added xfay.app

This commit is contained in:
randogoth 2026-07-04 17:41:23 +03:00
parent 347f102b39
commit 2c35fc5be7
2 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,7 @@ zonetoast.com, www.zonetoast.com {
file_server file_server
} }
relay.otherwhere.app { relay.otherwhere.app, relay.xfay.app {
reverse_proxy localhost:8880 reverse_proxy localhost:8880
} }

View file

@ -65,7 +65,7 @@ in
# Caddy reverse proxy fragment — picked up via the glob import in caddy.nix. # Caddy reverse proxy fragment — picked up via the glob import in caddy.nix.
environment.etc."caddy/Caddyfile.d/jirorian.caddyfile".text = '' environment.etc."caddy/Caddyfile.d/jirorian.caddyfile".text = ''
${domain} { ${domain}, upload.xfay.app {
reverse_proxy localhost:${toString port} reverse_proxy localhost:${toString port}
} }
''; '';