# Core ingress — Blessing Skin variant. Replaces 00-core.caddy when the # docker-compose.blessingskin.yml override is in play (mounted at the same # target path). auth.* now points at Blessing Skin instead of Drasl. # # Blessing Skin serves BOTH its web UI (/) and the Yggdrasil API (/api/yggdrasil) # on the same vhost, so a single reverse_proxy covers everything. http://auth.{$BASE_DOMAIN} { reverse_proxy blessing-skin:80 } http://pack.{$BASE_DOMAIN} { root * /srv/pack file_server browse }