This link at github explains partly how to update portforwarding in qbittorrent with values taken from gluetun.
It lists that the script needs these Python packages: qbittorrentapi and requests.
I've done batch jobs & scheduled tasks in windows, but never in linux or setup a cronjob.
Since the python script needs access to two non-standard packages, I assume making a k8s/docker pod to execute the script once run would be the way to go, and setup a cronjob to start the pod.
If someone could point me in the right direction or more in how to set this up, I would really apreciate it :) [TrueNAS-SCALE-22.02.4]
It lists that the script needs these Python packages: qbittorrentapi and requests.
I've done batch jobs & scheduled tasks in windows, but never in linux or setup a cronjob.
Since the python script needs access to two non-standard packages, I assume making a k8s/docker pod to execute the script once run would be the way to go, and setup a cronjob to start the pod.
If someone could point me in the right direction or more in how to set this up, I would really apreciate it :) [TrueNAS-SCALE-22.02.4]