We install Transmission in a Proxmox Container and download torrents.
ADD THE REPOSITORY
apt install software-properties-common -y
add-apt-repository ppa:transmissionbt/ppa
apt update
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
INSTALL TRANSMISSION AND DEPENDANCES
apt install transmission-gtk transmission-cli transmission-common transmission-daemon
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
REMOVE WHITELIST
service transmission-daemon stop
nano /var/lib/transmission-daemon/info/settings.json
change "rpc-whitelist-enable": true,
to
"rpc-whitelist-enabled": false,
and Change
"rpc-password": "{62b16db87b89a91dd49a5110a7cafc06d20eb4f2wtK6kqPj",
"rpc-username": "transmission",
to
"rpc-password": "Your Password",
"rpc-username": "Your Username",
service transmission-daemon start
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Access Transmission
Your Containers IPAddress:9091
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Mount a shared drive
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Install Private Internet Access in a container
• Use Private Internet Access with Open...