This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
spadinastan/services/deluge
2022-12-11 14:39:52 -05:00
..
.env refactor: group services in top-level directory 2022-12-04 13:40:59 -05:00
.gitignore refactor: group services in top-level directory 2022-12-04 13:40:59 -05:00
docker-compose.yml infra: update traefik config, remove label-based conf 2022-12-11 14:39:52 -05:00
README.md refactor: group services in top-level directory 2022-12-04 13:40:59 -05:00
tasks.py refactor: group services in top-level directory 2022-12-04 13:40:59 -05:00

Deluge

Deluge is a torrent web server.

Setup

Make sure to have APP_STORAGE_ROOT and DATA_STORAGE_ROOT set up as environment variables on the host machine when starting the service; this will determine where downloaded content and configuration goes.

Usage

Starting/stopping

inv deluge.start and inv deluge.stop can be used to start and stop the service.

The data volume can be accessed as /complete and can be used to automove content from the Deluge app data to its final repository when a download completes.