fix(caddy): imgstudio proxy with working TLS for Mac ComfyUI
Deploy Caddyfile to valhalla / deploy (push) Failing after 54s
Deploy Caddyfile to valhalla / deploy (push) Failing after 54s
Use imgstudio.ginnoir.com instead of comfyui.* — the ACME challenge FQDN embeds a false .com that breaks Cloudflare DNS-01. Add per-site resolvers 1.1.1.1 to bypass LAN split-DNS during cert issuance.
This commit is contained in:
@@ -401,8 +401,14 @@ webui.ginnoir.com {
|
|||||||
|
|
||||||
# ComfyUI node editor — inference runs on the Mac at 192.168.1.121 (Metal/MPS).
|
# 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).
|
# LAN/tailnet only; no Authentik (WebSocket queue/progress breaks under forward_auth).
|
||||||
comfyui.ginnoir.com {
|
# Hostname imgstudio (not comfyui): _acme-challenge.comfyui.ginnoir.com embeds a
|
||||||
|
# false ".com" that breaks Cloudflare DNS-01 zone lookup.
|
||||||
|
imgstudio.ginnoir.com {
|
||||||
import internal_only
|
import internal_only
|
||||||
|
tls {
|
||||||
|
dns cloudflare {env.CF_API_TOKEN}
|
||||||
|
resolvers 1.1.1.1
|
||||||
|
}
|
||||||
reverse_proxy 192.168.1.121:8188
|
reverse_proxy 192.168.1.121:8188
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -86,7 +86,7 @@
|
|||||||
<DT><A HREF="https://homarr.ginnoir.com">homarr [internal]</A>
|
<DT><A HREF="https://homarr.ginnoir.com">homarr [internal]</A>
|
||||||
<DT><A HREF="https://hermes.ginnoir.com">hermes</A>
|
<DT><A HREF="https://hermes.ginnoir.com">hermes</A>
|
||||||
<DT><A HREF="https://webui.ginnoir.com">webui [internal]</A>
|
<DT><A HREF="https://webui.ginnoir.com">webui [internal]</A>
|
||||||
<DT><A HREF="https://comfyui.ginnoir.com">comfyui [internal]</A>
|
<DT><A HREF="https://imgstudio.ginnoir.com">imgstudio [internal]</A>
|
||||||
<DT><A HREF="https://backup.ginnoir.com">backup</A>
|
<DT><A HREF="https://backup.ginnoir.com">backup</A>
|
||||||
<DT><A HREF="https://router.ginnoir.com">router [internal]</A>
|
<DT><A HREF="https://router.ginnoir.com">router [internal]</A>
|
||||||
</DL><p>
|
</DL><p>
|
||||||
|
|||||||
Reference in New Issue
Block a user