puppet_deluge
Table of Contents
- What Does This Do?
- Requirements
- I Can't Connect?
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
What does this do?
This is a puppet module, written to allow you to install the Deluge torrent client on your FreeBSD or Linux server. It makes use of ZFS (on FreeBSD), and manages your deluge user, as well as folder locations and configs. Please note, this supersedes the existing module hackerhorse/puppet_freebsd_deluge. By default, remote access is turned off, but can easily be enabled (see below).
Requirements
For FreeBSD support, this module requires you to also have installed Snonux's ZFS module, available at https://github.com/snonux/puppet-modules For Ubuntu, please ensure you install puppetlabs/apt
I can't connect!
Did you edit ./files/auth
and ./files/core.conf
?
By default, Deluge does NOT allow remote connections from the desktop client.
You need to edit core.conf
and change "allow_remote": false,
on line 24 to
"allow_remote": true,
to allow the daemon to talk to a remote client.
You also need to edit ./files/auth
and add your user to a new line.
See http://dev.deluge-torrent.org/wiki/UserGuide/ThinClient#AddUsertotheauthenticationfile
for more information!
OS Support
Currently, this module runs on:
- FreeBSD <= 10.0-RELEASE
- Ubuntu Linux 13.10 - 17.04
Contribute
You can contribute by forking https://github.com/RainbowHackerHorse/puppet_deluge and opening a PR.