[ci skip] fix widget issues: ports, Immich v2 API, Nextcloud trusted domains

- qBittorrent: use service port 80 (not container port 8080)
- Immich: add version=2 for new API endpoints (/api/server/*)
- Nextcloud: use external URL (internal rejects untrusted Host header)
- HA London: remove widget (token expired, needs manual regeneration)
- Headscale: remove widget (requires nodeId param, not overview)
This commit is contained in:
Viktor Barzin 2026-03-07 19:36:25 +00:00
parent 98b6839dd6
commit 8583cd8578
No known key found for this signature in database
GPG key ID: 0EB088298288D958
5 changed files with 3 additions and 8 deletions

View file

@ -202,7 +202,7 @@ module "ingress" {
"gethomepage.dev/group" = "Productivity"
"gethomepage.dev/pod-selector" = ""
"gethomepage.dev/widget.type" = "nextcloud"
"gethomepage.dev/widget.url" = "http://nextcloud.nextcloud.svc.cluster.local:8080"
"gethomepage.dev/widget.url" = "https://nextcloud.viktorbarzin.me"
"gethomepage.dev/widget.username" = var.homepage_credentials["nextcloud"]["username"]
"gethomepage.dev/widget.password" = var.homepage_credentials["nextcloud"]["password"]
}