Neue services

This commit is contained in:
2026-03-25 20:07:27 -05:00
parent 42e0971a13
commit bcf9dc541c
85 changed files with 8589 additions and 4832 deletions

12
caddy-host.snippet Normal file
View File

@@ -0,0 +1,12 @@
# Paste this block into your HOST Caddy config (e.g. /etc/caddy/Caddyfile)
# Replace the domain and adjust the port if you changed it in docker-compose.yml
bayareait.services, www.bayareait.services {
encode zstd gzip
reverse_proxy localhost:8080
# Optional: redirect www → non-www
@www host www.bayareait.services
redir @www https://bayareait.services{uri} permanent
}