Initial infra attempt

This commit is contained in:
Logan
2026-06-21 13:37:03 -04:00
parent f0a0ea508a
commit a1c91c5ed3
7 changed files with 339 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Managed by CI — deployed to /etc/caddy/Caddyfile on the server.
# Caddy handles TLS automatically via Let's Encrypt.
api.{$DRB_DOMAIN} {
reverse_proxy localhost:8888 {
header_up X-Forwarded-For {remote_host}
}
}
app.{$DRB_DOMAIN} {
reverse_proxy localhost:3000 {
header_up X-Forwarded-For {remote_host}
}
}