Go to file
Matt 06ed320136 Add nginx configuration for Hub deployment
Includes:
- HTTP to HTTPS redirect
- Placeholder SSL certs for initial nginx -t pass
- Proxy to Hub API on port 8200
- ACME challenge location for certbot
- WebSocket support headers
- Usage instructions in comments

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 14:23:24 +01:00
.gitea/workflows ci: Add Gitea Actions workflow for Docker build 2025-12-22 14:12:12 +01:00
alembic feat: Initial Hub implementation 2025-12-22 14:09:32 +01:00
app feat: Initial Hub implementation 2025-12-22 14:09:32 +01:00
tests feat: Initial Hub implementation 2025-12-22 14:09:32 +01:00
.env.example feat: Initial Hub implementation 2025-12-22 14:09:32 +01:00
.gitignore feat: Initial Hub implementation 2025-12-22 14:09:32 +01:00
CLAUDE.md feat: Initial Hub implementation 2025-12-22 14:09:32 +01:00
Dockerfile feat: Initial Hub implementation 2025-12-22 14:09:32 +01:00
alembic.ini feat: Initial Hub implementation 2025-12-22 14:09:32 +01:00
docker-compose.yml feat: Initial Hub implementation 2025-12-22 14:09:32 +01:00
hub.nginx.conf Add nginx configuration for Hub deployment 2025-12-22 14:23:24 +01:00
requirements.txt feat: Initial Hub implementation 2025-12-22 14:09:32 +01:00