Version information
This version is compatible with:
This module has been deprecated by its author since May 15th 2020.
The author has suggested hackerhorse-puppet_deluge as its replacement.
Start using this module
Documentation
puppet_freebsd_deluge
Deprecated in favor of https://forge.puppet.com/hackerhorse/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 server. It makes use of ZFS, and manages your deluge user, as well as folder locations and configs. By default, remote access is turned off, but can easily be enabled (see below).
Requirements
This module requires you to also have installed Snonux's ZFS module, available at https://github.com/snonux/puppet-modules
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!
Limitations
This module ONLY RUNS ON FREEBSD.
Contribute
You can contribute by forking https://github.com/RainbowHackerHorse/puppet_freebsd_deluge and opening a PR.
Dependencies
- puppetlabs/stdlib (>= 1.0.0)
BSD 2-Clause License Copyright (c) 2017, Rainbow All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.