feat: Add Cleanuperr

This commit is contained in:
AdrienPoupa 2025-05-06 19:50:27 -04:00
parent 043ffc294e
commit 8695adcec0

View File

@ -341,23 +341,24 @@ services:
restart: always
volumes:
- ${CONFIG_ROOT:-.}/cleanuperr/logs:/var/logs
- ${CONFIG_ROOT:-.}/cleanuperr/ignored.txt:/ignored.txt
- ${CONFIG_ROOT:-.}/cleanuperr/ignored.txt:/usr/ignored.txt
- ${CONFIG_ROOT:-.}/cleanuperr/blacklist.json:/usr/blacklist.json
environment:
- TZ=${TIMEZONE}
- QUEUECLEANER__ENABLED=true
- TRIGGERS__QUEUECLEANER=0 0 0/1 * * ?
- CONTENTBLOCKER__ENABLED=true
- CONTENTBLOCKER__IGNORED_DOWNLOADS_PATH=/ignored.txt
- CONTENTBLOCKER__IGNORED_DOWNLOADS_PATH=/usr/ignored.txt
- TRIGGERS__CONTENTBLOCKER=0 0 0/1 * * ?
- DOWNLOAD_CLIENT=qBittorrent
- QBITTORRENT__URL=http://vpn:8080
- QBITTORRENT__PASSWORD=${QBITTORRENT_PASSWORD}
- SONARR__ENABLED=true
- SONARR__BLOCK__PATH=/blacklist.json
- SONARR__BLOCK__PATH=/usr/blacklist.json
- SONARR__INSTANCES__0__URL=http://sonarr:8989/sonarr
- SONARR__INSTANCES__0__APIKEY=${SONARR_API_KEY}
- RADARR__ENABLED=true
- RADARR__BLOCK__PATH=/blacklist.json
- RADARR__BLOCK__PATH=/usr/blacklist.json
- RADARR__INSTANCES__0__URL=http://radarr:7878/radarr
- RADARR__INSTANCES__0__APIKEY=${RADARR_API_KEY}
sabnzbd: