
Sudo systemctl enable /etc/systemd/system/rvice Create and enable the rvice file at /etc/systemd/system/rvice (contents at bottom of gist).Mono -debug /opt/Jackett/JackettConsole.exe Install Jackett (Index Provider for Sonarr and Radarr): In Deluge preferences, go to Plugins and enable the Labels plugin (required by Sonarr/Radarr).The default deluge-web password is just "deluge".


Sudo adduser -system -gecos "Deluge Service" -disabled-password -group -home /var/lib/deluge deluge Set up a service user for the deluge daemon, and add yourself to its group:.Sudo apt install deluged deluge-web deluge-console -y Install Deluge (BitTorrent Daemon): sudo add-apt-repository ppa:deluge-team/ppa Sudo apt install mono-devel mediainfo sqlite3 libmono-cil-dev curl ca-certificates-mono libcurl4-openssl-dev -y

