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/README.md

571 B

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.