fix: auth failure for qbit due to missing credentials

This commit is contained in:
Brian Pooe 2026-03-19 22:25:10 +02:00
parent e37ca23728
commit fd333b0b33
2 changed files with 4 additions and 0 deletions

View file

@ -45,6 +45,8 @@ PGADMIN_PASSWORD=
SONARR_API_KEY=
RADARR_API_KEY=
SABNZBD_API_KEY=
QBITTORRENT_USERNAME=
QBITTORRENT_PASSWORD=
# Decluttarr queue cleanup
# Set to True first for dry-run validation, then False to enable cleanup actions.

View file

@ -580,6 +580,8 @@ services:
api_key: "{{RADARR_API_KEY}}"
QBITTORRENT: >
- base_url: "http://gluetun:8080"
username: "{{QBITTORRENT_USERNAME:-}}"
password: "{{QBITTORRENT_PASSWORD:-}}"
name: "qBittorrent"
SABNZBD: >
- base_url: "http://sabnzbd:8282"