Moved Sample docker-compose and config.conf-Explained into the README and moved config.conf-Example to where the actual config.conf file should be

This commit is contained in:
Nico Janzen
2024-02-05 10:28:12 +01:00
parent 1fa331bfce
commit 9b9e58e424
4 changed files with 185 additions and 172 deletions

View File

@@ -1,30 +0,0 @@
[general]
LOG_LEVEL = VERBOSE
TEST_RUN = True
[features]
REMOVE_TIMER = 10
REMOVE_FAILED = True
REMOVE_STALLED = True
REMOVE_METADATA_MISSING = True
REMOVE_ORPHANS = True
REMOVE_UNMONITORED = True
PERMITTED_ATTEMPTS = 3
NO_STALLED_REMOVAL_QBIT_TAG = Don't Kill If Stalled
[radarr]
RADARR_URL = http://localhost:7878
RADARR_KEY = $RADARR_API_KEY
[sonarr]
SONARR_URL = http://localhost:8989
SONARR_KEY = $SONARR_API_KEY
[lidarr]
LIDARR_URL = http://localhost:8686
LIDARR_KEY = $LIDARR_API_KEY
[qbittorrent]
QBITTORRENT_URL = http://localhost:8080
QBITTORRENT_USERNAME = Your name (or empty)
QBITTORRENT_PASSWORD = Your password (or empty)