Forge Home

puppet_freebsd_deluge

Deluge on FreeBSD

7,290 downloads

6,415 latest version

4.6 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.0.0 (latest)
  • 0.1.3
  • 0.1.2
  • 0.1.1
  • 0.1.0
released Sep 23rd 2017
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

hackerhorse/puppet_freebsd_deluge — version 1.0.0 Sep 23rd 2017

puppet_freebsd_deluge

Deprecated in favor of https://forge.puppet.com/hackerhorse/puppet_deluge

Table of Contents

  1. What Does This Do?
  2. Requirements
  3. I Can't Connect?
  4. Limitations - OS compatibility, etc.
  5. 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.