docker-compose-nas
docker-compose-nas copied to clipboard
Simple Docker Compose NAS featuring Sonarr, Radarr, Prowlarr, Jellyfin, qBittorrent, PIA VPN and Traefik with SSL support
The *arrs configurations and databases should be backed up externally in case of failure. Using [rclone](https://rclone.org/) would probably be the most flexible option.
This changes makes it so the port forward script will pull your qbittorrent credentials from the environment rather than explicitly hardcoding them in the script. Also removes an accidental extra...
Using a salted password will not work because presumably every client download has a different salt. This is why the previous default wouldn't work even if we write the password...
Please remove. No issue
I've commented out the traefik certificatesresolver lines in docker compose, but I get an error in the traefik container: `Router uses a non existent certificate resolver` All the other containers...
I am absolutely enjoying what has been done with this project and love the simplicity! The only issue I can't get fixed is the bazarr integration for the homepage. I...