[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 17256c8f76
commit f3042f318e
5 changed files with 3 additions and 8 deletions

View file

@ -596,6 +596,7 @@ module "ingress-immich" {
"gethomepage.dev/group" = "Media & Entertainment"
"gethomepage.dev/widget.type" = "immich"
"gethomepage.dev/widget.url" = "http://immich-server.immich.svc.cluster.local:2283"
"gethomepage.dev/widget.version" = "2"
"gethomepage.dev/pod-selector" = ""
"gethomepage.dev/widget.key" = var.homepage_credentials["immich"]["token"]
}

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"]
}

View file

@ -263,9 +263,6 @@ module "ingress" {
"gethomepage.dev/icon" = "headscale.png"
"gethomepage.dev/group" = "Identity & Security"
"gethomepage.dev/pod-selector" = ""
"gethomepage.dev/widget.type" = "headscale"
"gethomepage.dev/widget.url" = "http://headscale.headscale.svc.cluster.local:8080"
"gethomepage.dev/widget.key" = var.homepage_token
}
}

View file

@ -290,9 +290,6 @@ module "ha-london" {
"gethomepage.dev/icon" = "home-assistant.png"
"gethomepage.dev/group" = "Smart Home"
"gethomepage.dev/pod-selector" = ""
"gethomepage.dev/widget.type" = "homeassistant"
"gethomepage.dev/widget.url" = "http://ha-london.viktorbarzin.lan:8123"
"gethomepage.dev/widget.key" = var.haos_homepage_token
}
}

View file

@ -167,7 +167,7 @@ module "ingress" {
"gethomepage.dev/group" = "Media & Entertainment"
"gethomepage.dev/pod-selector" = ""
"gethomepage.dev/widget.type" = "qbittorrent"
"gethomepage.dev/widget.url" = "http://qbittorrent.servarr.svc.cluster.local:8080"
"gethomepage.dev/widget.url" = "http://qbittorrent.servarr.svc.cluster.local"
"gethomepage.dev/widget.username" = var.homepage_credentials["qbittorrent"]["username"]
"gethomepage.dev/widget.password" = var.homepage_credentials["qbittorrent"]["password"]
}