You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
transmission-openvpn-1 | Overriding rpc-password because TRANSMISSION_RPC_PASSWORD is set to [REDACTED]
transmission-openvpn-1 | Overriding rpc-port because TRANSMISSION_RPC_PORT is set to 9091
transmission-openvpn-1 | Overriding rpc-username because TRANSMISSION_RPC_USERNAME is set to
...
This leads to my config in settings.json getting overwritten, even though I didn't set those env vars, so just wanted to use my settings.json as is without modifications.
Expected Behavior
There should be a way to just use settings.json as is without any modifications.
. That seems a bit wrong though, shouldn't it just not set the ENV that the user doesn't set something? That may be tough, but maybe instead the python code could just ignore empty env vars or use an eyecatcher/sentinel?
Log output
transmission-openvpn-1 | Overriding rpc-password because TRANSMISSION_RPC_PASSWORD is set to [REDACTED]
transmission-openvpn-1 | Overriding rpc-port because TRANSMISSION_RPC_PORT is set to 9091
transmission-openvpn-1 | Overriding rpc-username because TRANSMISSION_RPC_USERNAME is set to
HW/SW Environment
- OS: Windows 10x64
- Docker: Docker Desktop 27.1.1
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there a pinned issue for this?
Is there an existing or similar issue/discussion for this?
Is there any comment in the documentation for this?
Is this related to a provider?
Are you using the latest release?
Have you tried using the dev branch latest?
Docker run config used
Try this docker-compose file:
Current Behavior
You'll see in the logs something like:
This leads to my config in settings.json getting overwritten, even though I didn't set those env vars, so just wanted to use my settings.json as is without modifications.
Expected Behavior
There should be a way to just use settings.json as is without any modifications.
How have you tried to solve the problem?
I looked a bit at the code, in
docker-transmission-openvpn/transmission/updateSettings.py
Line 65 in fd609f2
In the dockerfile it sets these env vars to empty string:
docker-transmission-openvpn/Dockerfile
Line 101 in fd609f2
Log output
transmission-openvpn-1 | Overriding rpc-password because TRANSMISSION_RPC_PASSWORD is set to [REDACTED]
transmission-openvpn-1 | Overriding rpc-port because TRANSMISSION_RPC_PORT is set to 9091
transmission-openvpn-1 | Overriding rpc-username because TRANSMISSION_RPC_USERNAME is set to
HW/SW Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: