[ci skip] add widgets for audiobookshelf, changedetection, prowlarr, headscale

Wire homepage_credentials through servarr parent stack for prowlarr.
Fix paperless-ngx widget to use internal service URL.
This commit is contained in:
Viktor Barzin 2026-03-07 17:42:05 +00:00
parent 1f1700c4ff
commit 10acdcd5a2
7 changed files with 40 additions and 5 deletions

View file

@ -287,6 +287,7 @@ module "headscale" {
nfs_server = var.nfs_server
headscale_config = var.headscale_config
headscale_acl = var.headscale_acl
homepage_token = try(var.homepage_credentials["headscale"]["api_key"], "")
tier = local.tiers.core
}