AdrienPoupa / docker-compose-nas

Simple Docker Compose NAS featuring Sonarr, Radarr, Prowlarr, Jellyfin, qBittorrent, PIA VPN and Traefik with SSL support
891 stars 117 forks source link

Feat/bazarr #61

Closed AdrienPoupa closed 3 months ago

jebaum commented 3 months ago

FYI for anyone using this PR to add bazarr to their setup after already having done first time config - you need to either run the latest update-config.sh script again or manually set the correct boolean / API key values in bazarr's config.yaml. failure mode if this isn't done seems to just be a blank screen

AdrienPoupa commented 3 months ago

Indeed! I updated the script to update the base URL (otherwise you'd get a blank page), enable Sonarr, Radarr and fill the API keys.

Let me know if this is not working :)

jebaum commented 3 months ago

Works perfectly after running update-script.sh! Thanks :)