[ci skip] fix broken Homepage widgets + add service API tokens to SOPS

- Grafana: fix service URL (grafana not monitoring-grafana)
- Uptime Kuma: remove widget (no status page configured)
- Speedtest/Frigate/Immich: use internal k8s service URLs (external
  goes through Authentik forward auth, blocking API calls)
- pfSense: clean up annotations
- SOPS: add headscale, prowlarr, changedetection, audiobookshelf tokens
This commit is contained in:
Viktor Barzin 2026-03-07 17:39:24 +00:00
parent c3df3393a7
commit ce41f6841f
No known key found for this signature in database
GPG key ID: 0EB088298288D958
7 changed files with 213 additions and 206 deletions

View file

@ -41,12 +41,10 @@ module "pfsense" {
"gethomepage.dev/widget.type" : "pfsense"
"gethomepage.dev/widget.version" : "2"
"gethomepage.dev/widget.url" : "https://10.0.20.1"
# "gethomepage.dev/widget.token" = var.homepage_token
"gethomepage.dev/widget.username" : "admin"
"gethomepage.dev/widget.password" : var.pfsense_homepage_token
"gethomepage.dev/widget.fields" = "[\"load\", \"memory\", \"wanStatus\", \"disk\"]"
"gethomepage.dev/widget.wan" = "vmx0"
# "gethomepage.dev/pod-selector" : ""
}
depends_on = [kubernetes_namespace.reverse-proxy]
rybbit_site_id = "b029580e5a7c"