Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
sailing:deluge [2023/12/05 15:25] – willy | sailing:deluge [2024/02/27 12:50] (current) – removed willy | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Prev to: [[sailing: | ||
- | Next to: [[sailing: | ||
- | ---- | ||
- | |||
- | Deluge (Torrents) | ||
- | |||
- | Deluge is a slid torrent daemon. After having some issues with Transmission, | ||
- | |||
- | First of all, emerge it: | ||
- | |||
- | > emerge -vp deluge | ||
- | |||
- | Let it build and install, then you want to move deluge folder as usual under / | ||
- | |||
- | > mv / | ||
- | |||
- | then you need to fix the new path in deluged config file, so edit / | ||
- | |||
- | DELUGED_USER=" | ||
- | DELUGED_UMASK=" | ||
- | DELUGED_OPTS=" | ||
- | DELUGED_HOME="/ | ||
- | |||
- | you might also want to play with the port (option -p). Note you will need to run deluged as group media and set the umask to 0002. | ||
- | |||
- | Deluge comes with two pieces of software: the daemon itself and the nice web GUI. You also need to tweak the gui setup, so edit / | ||
- | |||
- | DELUGE_WEB_USER=" | ||
- | DELUGE_WEB_HOME="/ | ||
- | |||
- | for the web GUI there is no need to change the group owenship, but you want to disable login since you will be using the reverse proxy approach later on, so after you start deluge-web the first time (see below) stop it and finish configuring it by editing / | ||
- | |||
- | " | ||
- | |||
- | then save the file and restrat the web ui. | ||
- | |||
- | Since Gentoo default deluge installation will NOT make deluge part of the media group, you need to add it to the media group as well. | ||
- | |||
- | Now, fire up the two services: | ||
- | |||
- | > rc-update add deluged default | ||
- | > rc-update add deluge-web default | ||
- | > / | ||
- | > / | ||
- | |||
- | and point your web browser to 127.0.0.1: | ||
- | Prowlarr and add deluge as new download manager. | ||
- | |||
- | |||
- | In order to be able for the *Arr's to fetch deluge downloads, you need to make the donwload folder accessible to the media group: | ||
- | |||
- | > chgrp media / | ||
- | |||
- | |||
- | |||
- | ---- | ||
- | Next to: [[sailing: | ||
- | |||
- | Prev to: [[sailing: |