caddy example

This commit is contained in:
2026-01-12 21:24:19 -05:00
parent 0158f2808f
commit ee47c89a84
5 changed files with 268 additions and 4 deletions

View File

@@ -153,6 +153,12 @@ docker compose -f docker-compose.production.yml exec backend uv run flask db upg
- Set `SESSION_COOKIE_SECURE=true` for HTTPS
- Configure OIDC URLs to match your domain
**Reverse Proxy:**
- Example configurations provided: `nginx.conf.example` and `Caddyfile.example`
- Caddy recommended for automatic HTTPS with Let's Encrypt
- Nginx for more control and advanced configurations
- See `README.production.md` for detailed setup instructions
## Architecture
### Application Factory Pattern