Change your torrent client's upload speed dynamically, on certain events such as:
Change your torrent client's download speed dynamically, on certain events such as:
This script is ideal for users with limited upload speed, however anyone can use it to maximise their upload speed, whilst keeping their Plex/Jellyfin/Emby streams buffer-free! Also great to adjust the download rate during the day, in case the bandwidth is needed for something else!
Pull the image with:
docker pull itschasa/speedrr
Your config file should be stored outside of the container, for easy editing.
You can then add a volume to the container (like /data/), which points to a folder where your config is stored.
Example docker run command:
docker run -d
-e SPEEDRR_CONFIG=/data/config.yaml
-v /folder_with_config/:/data/
--name speedrr
--network host
itschasa/speedrr
cd /boot/config/plugins/dockerMan/templates-user && touch my-speedrr.xml && nano my-speedrr.xml
Docker > Add Container.Select a template, and select speedrr.python -m pip install -r requirements.txt.python main.py --config_path config.yaml to start.Anyone is welcome to contribute! Feel free to open pull requests.
Please report any bugs in the Issues section.
Got an idea for the project? Suggest it here!
Python
99.7%
Change your torrent client's upload speed dynamically, on certain events such as:
Change your torrent client's download speed dynamically, on certain events such as:
This script is ideal for users with limited upload speed, however anyone can use it to maximise their upload speed, whilst keeping their Plex/Jellyfin/Emby streams buffer-free! Also great to adjust the download rate during the day, in case the bandwidth is needed for something else!
Pull the image with:
docker pull itschasa/speedrr
Your config file should be stored outside of the container, for easy editing.
You can then add a volume to the container (like /data/), which points to a folder where your config is stored.
Example docker run command:
docker run -d
-e SPEEDRR_CONFIG=/data/config.yaml
-v /folder_with_config/:/data/
--name speedrr
--network host
itschasa/speedrr
cd /boot/config/plugins/dockerMan/templates-user && touch my-speedrr.xml && nano my-speedrr.xml
Docker > Add Container.Select a template, and select speedrr.python -m pip install -r requirements.txt.python main.py --config_path config.yaml to start.Anyone is welcome to contribute! Feel free to open pull requests.
Please report any bugs in the Issues section.
Got an idea for the project? Suggest it here!
Python
99.7%