Files
language-dashboard/.env.example
T
nessi f52fdf747c feat: add .env configuration with example template and update documentation
Add .env.example template with all configuration options (Radarr, Sonarr, SABnzbd). Move environment variables from docker-compose.yml to .env file for easier configuration management. Add .gitignore for .env, data/, and Python cache files. Update README with setup instructions for copying .env.example and configuring services. Replace hardcoded volume paths with environment variables in docker-compose.yml.
2026-08-13 11:02:12 +02:00

20 lines
468 B
Bash

RADARR_URL=http://radarr:7878
RADARR_API_KEY=CHANGE_ME
RADARR_MEDIA_PATH=/data/filme
LOCAL_MEDIA_PATH=/media/filme
FILM_MEDIA_VOLUME=/nesflix/filme
# Optional: Sonarr aktivieren
# SONARR_URL=http://sonarr:8989
# SONARR_API_KEY=CHANGE_ME
# SONARR_MEDIA_PATH=/data/serien
# LOCAL_SERIES_PATH=/media/serien
# SERIES_MEDIA_VOLUME=/nesflix/serien
# Optional: SABnzbd aktivieren
# SAB_URL=http://sabnzbd:8080
# SAB_API_KEY=CHANGE_ME
DB_PATH=/data/cache.db
LOG_LEVEL=INFO