Go to file
Stefan Hacker 411a8b8ddb Add HTTPS reverse proxy with self-signed 100-year cert
- Nginx reverse proxy with WebUI and REST API for configuration
- Self-signed SSL certificate with own CA (100 years validity)
- Domain-based and IP/port-based routing
- Docker setup with host network mode
- All settings configurable via .env

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 15:32:00 +02:00
app Add HTTPS reverse proxy with self-signed 100-year cert 2026-04-09 15:32:00 +02:00
certs Add HTTPS reverse proxy with self-signed 100-year cert 2026-04-09 15:32:00 +02:00
nginx Add HTTPS reverse proxy with self-signed 100-year cert 2026-04-09 15:32:00 +02:00
.dockerignore first commit 2026-04-09 15:01:24 +02:00
.env.example Add HTTPS reverse proxy with self-signed 100-year cert 2026-04-09 15:32:00 +02:00
.gitignore Add .env to gitignore, keep .env.example as template 2026-04-09 15:30:54 +02:00
Dockerfile Add HTTPS reverse proxy with self-signed 100-year cert 2026-04-09 15:32:00 +02:00
docker-compose.yml Add HTTPS reverse proxy with self-signed 100-year cert 2026-04-09 15:32:00 +02:00