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"
}
+9 -3
View File
@@ -87,8 +87,7 @@ locals {
https_port = 8443
tls = true
fqdn = ["comfyui.lab.alexpires.me"]
upstream = "http://comfyui-backend.lab.alexpires.me:8188"
resolver = "10.19.4.136"
upstream = "http://upstream.comfyui.svc.cluster.local:8188"
locations = [
{
@@ -109,13 +108,20 @@ locals {
}
ollama_proxy = {
enabled = true
enabled = true
mac = "04:7c:16:d6:63:66"
ip = "10.19.4.106"
port = "11434"
scheme = "http"
}
comfyui_proxy = {
mac = "04:7c:16:d6:63:66"
ip = "10.19.4.106"
port = "8188"
scheme = "http"
}
scaleway_smtp_host = "smtp.tem.scw.cloud"
nextcloud_fqdn = "cloud.alexpires.me"