navilg / media-stack

A stack of self-hosted tools to manage and stream media. Sonarr + Radarr + qBitTorrent + Prowlarr + Jellyfin + Jellyseerr + VPN
MIT License
516 stars 83 forks source link

transmission username password? #20

Closed Daocuong-main closed 10 months ago

Daocuong-main commented 12 months ago

When I add Transmission to Radarr it forces me to enter username and password, but the instructions don't instruct me to create a username and password, what should I do?

navilg commented 11 months ago

Username and password is set thtough env variables in compose file. refer line https://github.com/navilg/media-stack/blob/09fe4f5016bdc09d101968d5b78fa1b62632ed0f/docker-compose.yml#L72C12-L72C12

- USER=admin - PASS=nimdatx

Value must be changed before deploying.