Use Cloudflare Origin Cert for thegild.app and staging subdomain

Anton Kaminsky4/17/2026cb3a2923e872parent e3e17c8
2 files changed+5
hub/Caddyfile
@@ -5,6 +5,8 @@
55}
66
77thegild.app {
8 tls /certs/thegild.app.crt /certs/thegild.app.key
9
810 root * /opt/gild/web
911 file_server
1012
@@ -15,6 +17,8 @@
1517}
1618
1719staging.thegild.app {
20 tls /certs/thegild.app.crt /certs/thegild.app.key
21
1822 root * /opt/gild-staging/web
1923 file_server
2024
2125
hub/docker-compose.yml
@@ -164,6 +164,7 @@
164164 - /opt/grove/downloads:/srv/downloads:ro
165165 - /opt/gild:/opt/gild:ro
166166 - /opt/gild-staging:/opt/gild-staging:ro
167 - /opt/gild-certs:/certs:ro
167168 environment:
168169 - DOMAIN=${DOMAIN:-localhost}
169170 depends_on:
170171