Commit Graph

2 Commits

Author SHA1 Message Date
Gui-Gos
29e8ea918f fix(nginx): add missing logo.jpg for app store discovery
Some checks failed
Test / test (push) Has been cancelled
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 11:10:38 +01:00
Gui-Gos
430f6e2baa feat(nginx): add hardened nginx app with security improvements
Some checks failed
Test / test (push) Has been cancelled
- Rate limiting (10 req/s per IP, burst 20)
- Modern security headers (X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy)
- Request body size limits (50m)
- Fixed header inheritance bug in static files location block
- Removed unused form fields (NGINX_INTERNAL_PORT, NGINX_ENABLE_ACCESS_LOG)
- SSL handled by Runtipi reverse proxy

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 11:00:24 +01:00