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/deluge
2022-12-04 11:36:37 -05:00
..
.env feat: abstract persistent paths, add completed downloads loc (#12) 2022-12-03 14:36:00 -05:00
.gitignore feat: abstract persistent paths, add completed downloads loc (#12) 2022-12-03 14:36:00 -05:00
docker-compose.yml fix: tls and admin secure 2022-12-04 11:36:37 -05:00
README.md chore: clean up unneeded bootstrap 2022-12-03 15:52:06 -05:00
tasks.py fix: syntax for container running check (#4) 2022-09-04 13:06:26 -04: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.