- Add Dockerfile with MediaInfo, non-root user, slim base - Add docker-compose.yml with env_file and volume mounts - Add nginx.conf with security headers (CSP, HSTS, X-Frame-Options, X-Content-Type-Options) - Hide server version (server_tokens off) - Add SECURITY.md with full audit report and deployment guide - Add .dockerignore for clean builds Closes #11, #14, #21, #22
13 lines
127 B
Plaintext
13 lines
127 B
Plaintext
.git
|
|
.gitignore
|
|
*.md
|
|
__pycache__
|
|
*.pyc
|
|
src/.tvdb_cache
|
|
config.json
|
|
.env
|
|
.dockerignore
|
|
Dockerfile
|
|
docker-compose.yml
|
|
nginx.conf
|