Adde a few changes

This commit is contained in:
2025-07-06 22:56:13 +02:00
parent 1cc8294883
commit bef5d94023
8 changed files with 221 additions and 3 deletions
+8
View File
@@ -39,3 +39,11 @@ module "nextcloud" {
tls_enabled = true
issuer = local.internal_issuer
}
module "comfyui_proxy" {
source = "../../modules/apps/wol_proxy"
upstream = local.comfyui_proxy
proxy_port = local.comfyui_proxy.port
namespace = "comfyui"
}