- Add Dockerfile, docker-compose.yml, .dockerignore (Issue #11) - Add nginx config with CSP, HSTS, X-Frame-Options, X-Content-Type-Options headers (Issue #14) - Hide server version via server_tokens off, strip x-response-time-ms (Issues #21, #22) - Replace sys.path.insert with proper src.* imports + importlib fallback (Issue #7) - Add config.json.example template (Issue #5)
9 lines
166 B
Plaintext
9 lines
166 B
Plaintext
{
|
|
"tvdb_api_key": "",
|
|
"default_episode_duration": 45,
|
|
"classification_thresholds": {
|
|
"size_threshold_ratio": 0.3,
|
|
"duration_threshold_ratio": 0.4
|
|
}
|
|
}
|