Project-Image-Uploader/docker/dev/frontend
matthias.lotz 71f1a2da82 Fix development nginx configuration with password protection
- Created clean dev nginx.conf based on working prod version
- Adapted backend service names (backend-dev)
- Replaced static file serving with React Dev Server proxying
- Added htpasswd authentication for /moderation routes

Testing confirms:
 Homepage accessible (200 OK)
 Moderation page protected (401 Unauthorized)
 Moderation API protected (401 Unauthorized)
 Upload functionality working (single + batch)
2025-11-07 17:27:45 +01:00
..
config Fix batch upload and attempt nginx auth setup 2025-11-06 18:28:32 +01:00
Dockerfile Fix batch upload and attempt nginx auth setup 2025-11-06 18:28:32 +01:00
nginx.conf Fix development nginx configuration with password protection 2025-11-07 17:27:45 +01:00
nginx.conf.backup Fix batch upload and attempt nginx auth setup 2025-11-06 18:28:32 +01:00
start.sh 🚀 Refactor: Saubere Docker-Struktur mit getrennten dev/prod Umgebungen 2025-11-05 23:00:25 +01:00