https://github.com/mjpitz/pages
(mirror) Web application / static site hosting with built-in support for simple analytics via Prometheus and Grafana.
https://github.com/mjpitz/pages
12factorapp golang static-hosting
Last synced: about 1 year ago
JSON representation
(mirror) Web application / static site hosting with built-in support for simple analytics via Prometheus and Grafana.
- Host: GitHub
- URL: https://github.com/mjpitz/pages
- Owner: mjpitz
- License: agpl-3.0
- Created: 2022-07-02T16:19:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T21:32:01.000Z (over 3 years ago)
- Last Synced: 2025-02-12T12:15:38.124Z (over 1 year ago)
- Topics: 12factorapp, golang, static-hosting
- Language: Go
- Homepage: https://code.pitz.tech/mya/pages
- Size: 121 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📜 pages
`pages` provides web application / static site hosting with built-in support for simple analytics via [Prometheus][] and
[Grafana][].
[Prometheus]: https://prometheus.io
[Grafana]: https://grafana.com
**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
- [Quickstart](https://code.pitz.tech/mya/pages/wiki#quickstart-with-docker)
- [Metrics](https://code.pitz.tech/mya/pages/wiki/Metrics)
- [Deployment](https://code.pitz.tech/mya/pages/wiki/Deployment)