Skip to content

Torrenting

Warning: This module is not actively maintained. Expect things to break!

A torrenting module for a web interface using deluge and deluge-web. Check out the user guide.

View the nix-core NixOS module on GitHub.

Setup

Visit https://SUBDOMAIN.EXAMPLE.TLD. The default password is deluge. Change it immediately after login.

Sops

Provide the following entries to your secrets.yaml:

deluge:
    auth: |
        localclient:PASSWORD0:10 # always add a localclient user as admin

Refer to the authentication section for more information.