feat(caddy): expose Mac ComfyUI at comfyui.ginnoir.com
Deploy Caddyfile to valhalla / deploy (push) Failing after 45s
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user