2 Commits

Author SHA1 Message Date
Daniel Cox
b74c73f3e0 fix: .dockerignore exclude venv/ and .venv-bench/ 2026-09-02 12:28:48 +09:30
Daniel Cox
4af38a9ddc fix: replace FORWARDED_ALLOW_IPS with nginx map, add .dockerignore
HTTPS proxy handling moved entirely to nginx (map $http_x_forwarded_proto).

- .dockerignore to exclude models/data/lora/output from build context
- nginx: manifest.json returns proper JSON for PWA, favicon returns 204
- docker-compose: drop version key, remove FORWARDED_ALLOW_IPS env var
- README: update HTTPS troubleshooting (nginx map handles it now)
2026-08-12 11:57:37 +09:30