Created
June 1, 2023 08:16
-
-
Save wasimosmanhome/7dce478875f6ec30e95519b1c1cd6e07 to your computer and use it in GitHub Desktop.
Deluge
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt update && sudo apt upgrade -y | |
sudo apt install deluged deluge-web deluge-console python3-mako -y | |
mkdir /home/pi/Documents/deluge_downloads | |
sudo chmod 777 /home/pi/Documents/deluge_downloads | |
deluged | |
sudo pkill -i deluged | |
echo "<pi>:<raspberry>:10" >> ~/.config/deluge/auth | |
deluged | |
deluge-console "config -s allow_remote True" | |
deluge-web -f | |
# http://<IPADDRESS>:8112 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment