No description
- JavaScript 42.3%
- HTML 36.4%
- CSS 20.2%
- Dockerfile 1.1%
|
|
||
|---|---|---|
| .github/workflows | ||
| docker | ||
| web | ||
| Dockerfile | ||
| nginx.conf | ||
| README.md | ||
NHVilhelmsen.com
Minimal CV / homelab site. Plain HTML/CSS/vanilla JS, no framework, no build step. Served by nginx in Docker, deployed to k8s via self-hosted runner → private registry.
Planned panels
- commits - GitHub REST:
https://api.github.com/repos/OWNER/REPO/commits?per_page=10(no auth for public repos, 60 req/h/IP rate limit). - metrics - Grafana iframe (needs
allow_embedding = truein grafana.ini) or raw Prometheus/api/v1/query(needs CORS allowed on Prometheus).