Replies: 1 comment 2 replies
-
Some variables may be defined through secrets: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I added the script to install transmission 3 as I was migrating an existing transmission setup into this docker and didn't want to go through reverting back to 2.x (having gone through some pain upgrading to 3 already..!)
Everything was working great until I noticed the RPC was getting locked out due to 100 failed authentications - a feature of transmission 3 and not something anyone should be turning off imo.
I eventually found a solution - add the RPC username and password via environment variables to the Docker run so that they get added to transmission-credentials.txt
I take it then that the docker has a script that connects to the RPC for some reason? Is there a solution that doesn't require me to have the credentials in the docker's environment variables?
Beta Was this translation helpful? Give feedback.
All reactions