From ec7174c255d020a4d13cf209ebba4d98849b1a5c Mon Sep 17 00:00:00 2001 From: ginnoir Date: Sun, 5 Jul 2026 03:53:35 -0500 Subject: [PATCH] feat(caddy): expose Mac ComfyUI at comfyui.ginnoir.com Proxy the full ComfyUI editor through valhalla for LAN/tailnet access while inference stays on the Mac at 192.168.1.121:8188. --- Caddyfile | 7 +++++++ bookmarks-domains.html | 31 ++++++++++++++++++++----------- bookmarks-ports.html | 11 ++++++----- 3 files changed, 33 insertions(+), 16 deletions(-) diff --git a/Caddyfile b/Caddyfile index 2d15933..0283b49 100644 --- a/Caddyfile +++ b/Caddyfile @@ -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 diff --git a/bookmarks-domains.html b/bookmarks-domains.html index af9bc32..0a85caa 100644 --- a/bookmarks-domains.html +++ b/bookmarks-domains.html @@ -15,17 +15,16 @@

TABLETOP TOOLS (public)

5etools -
pf2e

-

FILE STORAGE — public (Authentik on admin UI; shares + WebDAV bypass) (public)

+

FILE STORAGE — internal only (Nextcloud) (internal)

files

STATIC SITES (public)

-

ffttsystems +
wa4

MEDIA REQUESTS (public)

@@ -42,17 +41,17 @@
tautulli

-

DOWNLOAD CLIENTS (internal)

+

DOWNLOAD CLIENTS

-

qbittorrent -
deluge -
nzbget -
whisparr -
stash +
qbittorrent [internal] +
nzbget [internal] +
whisparr [internal] +
stash [internal]
roms
romhacks -
jd -
romhacks-files +
jd [internal] +
idlegame [internal] +
romhacks-files [internal]

NOTIFICATIONS & RSS — public (ntfy native auth; FreshRSS HTTP auth via Authentik) (public)

@@ -85,6 +84,9 @@
portainer
uptime
homarr [internal] +
hermes +
webui [internal] +
comfyui [internal]
backup
router [internal]

@@ -99,6 +101,13 @@

vault
docs [internal]
plane +
nextcloud [internal] +
office [internal] +

+ +

PHOTOS (internal)

+

+

photos

NOTES / PKM — internal only (LiveSync over LAN or tailnet) (internal)

diff --git a/bookmarks-ports.html b/bookmarks-ports.html index dc55f24..2205156 100644 --- a/bookmarks-ports.html +++ b/bookmarks-ports.html @@ -18,10 +18,7 @@

Dev

-

gitea :2222 -
gitea :3030
code_server -
registry
dbx
bookstack :6875

@@ -42,13 +39,12 @@

Media

-

deluge
nzbget
sonarr
radarr
bazarr
prowlarr -
overseerr +
seerr
tautulli
qbittorrent :3232
qbittorrent :6881 (TCP/UDP) @@ -78,6 +74,11 @@
owncloud_server

+

Photos

+

+

immich-server +

+

Proxy

caddy :80