Hi there,
I would like to promote to you a docker container based on the Extreme Mod.
Years ago I compiled a Transmission version for NAS Synology for this site. Now it is outdated and useless.
As I learned docker I discover the Github of Brett and we deployed the Extreme Mod to his docker. It is fully tested and working.
https://github.com/Fullaxx/biglybt/tree/3.2.0.0-extreme
Here are the minimum docker variables::
- port 5901 TCP (This is used for VNC but I mapped mine to 45901)
- port 9091 TCP (This is used to access remotely biglybt in a web browser)
For the Volumes
- (yourdockerpath)/config : /config
- (yourdockerpath)/in : /in
- (yourdockerpath)/out : /out
And that is all, it should work like that. Once it is installed you can access it using a VNC client with the URL like 192.168.1.1:45901 (depending on the port you assigned above)
If you want more options read the Github but the most common ones are :
VNCPASS = 'yourpassword'
TZ='Europe/London'
Do not forget to activate the remote connection as it is nicer than the VNC.
Also note that you can make your config persistent.
Please if you see any improvement drop a message.
Thanks
Bookmarks