Web application / static site hosting with built-in support for simple analytics via Prometheus and Grafana.
Go to file
2022-06-09 11:59:43 -05:00
cmd/pages feat: minimal proof of concept 2022-06-03 17:54:25 -05:00
internal feat(geoip): support maxmind 2022-06-09 10:49:55 -05:00
legal feat: minimal proof of concept 2022-06-03 17:54:25 -05:00
scripts feat(session): support session tracking 2022-06-08 10:55:21 -05:00
.gitignore feat: minimal proof of concept 2022-06-03 17:54:25 -05:00
.goreleaser.yaml feat: minimal proof of concept 2022-06-03 17:54:25 -05:00
AUTHORS feat: minimal proof of concept 2022-06-03 17:54:25 -05:00
go.mod feat(geoip): support maxmind 2022-06-09 10:49:55 -05:00
go.sum feat(geoip): support maxmind 2022-06-09 10:49:55 -05:00
LICENSE feat: minimal proof of concept 2022-06-03 17:54:25 -05:00
Makefile feat: minimal proof of concept 2022-06-03 17:54:25 -05:00
package.json feat: minimal proof of concept 2022-06-03 17:54:25 -05:00
README.md doc: point at wiki 2022-06-09 11:59:43 -05:00

pages

pages provides web application / static site hosting with built-in support for simple analytics via Prometheus and Grafana.

Motivation

As I work to reduce the number of Google services from my life, I found myself wanting a simpler alternative to my current hosting solution. Right now, my hosting is provided by GitHub pages and my analytics is provided by Google (as one did in th 2010s). But as we start to enforce more privacy rights through systems like GDPR, I find myself wanting a simpler solution that doesn't require cookie disclosures.

Resources