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
I've updated the /config/settings.json from the host (/opt/transmission-container/config/settings.json) and set:
"script-torrent-done-enabled": true,
"script-torrent-done-filename": "/scripts/afterDL.sh",
I validated the update of the settings.json with these values by looking into the /config/settings.json file inside the docker.
I've set the afterDL.sh file with chmod +x from within the docker.
Nothing of this works.
I can run the script manually and I see the output when I open the docker's logs using:
sudo docker logs -f transmission
But when a download is done, and it starts seeding already, nothing works.
I noticed that when I performed:
sudo docker compose restart transmission
The settings.json files, both on the host and inside the docker, are resetting the "script-torrent-done-enabled" and the "script-torrent-done-filename" settings.
The rest should all be configured with settings.json on your host in /opt/transmission-container/config. This is also where your scripts should be. Only change settings.json when transmission-daemon is not running. You should not use compose every time.
What is the issue?
I'm using a docker environment.
docker-compose has the following environment variables:
I've updated the /config/settings.json from the host (/opt/transmission-container/config/settings.json) and set:
"script-torrent-done-enabled": true,
"script-torrent-done-filename": "/scripts/afterDL.sh",
I validated the update of the settings.json with these values by looking into the /config/settings.json file inside the docker.
I've set the afterDL.sh file with
chmod +x
from within the docker.The first thing written in the script is:
Nothing of this works.
I can run the script manually and I see the output when I open the docker's logs using:
But when a download is done, and it starts seeding already, nothing works.
I noticed that when I performed:
The settings.json files, both on the host and inside the docker, are resetting the "script-torrent-done-enabled" and the "script-torrent-done-filename" settings.
What am I doing wrong?
Thanks.
Which application of Transmission?
Web client
Which version of Transmission?
4.0.4 24077e3
The text was updated successfully, but these errors were encountered: