feat(caddy): expose Mac ComfyUI at comfyui.ginnoir.com
Deploy Caddyfile to valhalla / deploy (push) Failing after 45s

Proxy the full ComfyUI editor through valhalla for LAN/tailnet access while
inference stays on the Mac at 192.168.1.121:8188.
This commit is contained in:
ginnoir
2026-07-05 03:53:35 -05:00
parent 754f6482d6
commit ec7174c255
3 changed files with 33 additions and 16 deletions
+7
View File
@@ -399,6 +399,13 @@ webui.ginnoir.com {
reverse_proxy 172.20.0.1:8787
}
# ComfyUI node editor — inference runs on the Mac at 192.168.1.121 (Metal/MPS).
# LAN/tailnet only; no Authentik (WebSocket queue/progress breaks under forward_auth).
comfyui.ginnoir.com {
import internal_only
reverse_proxy 192.168.1.121:8188
}
backup.ginnoir.com {
route {
import authentik_outpost