Workaround: Integrating qbit_manage into the linuxserver qbittorrent docker container #779
pgm95
started this conversation in
Show and tell
Replies: 0 comments
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.
-
The LinuxServer.io containers have a great mechanism to customize their containers. SImplest way, used here, is by adding startup script for the container. This can be done by simply mounting the script to the /custom-services.d directory in the container.
Docs for reference.
Like so:
This script will be activated on every restart.
Now, for the script contents:
Now qbit-manage.py is fully useable within the docker container and will update each time the container is re/started. After configuring it to your liking, you can get qbittorrent to activate it when you start or complete the torrent in settings>downloads>Run external program on torrent added/finished. your command will look something like this:
python /qbit-manage/qbit_manage.py -r --config-file /internal/path/to/config.yml --log-file /internal/path/to/qbit-manage.log
Hope this helps! Would be great to see a full linuxserver mod for this great project in the future. Until then this is an adequate workaround.
Beta Was this translation helpful? Give feedback.
All reactions