# Deluge [Deluge](https://deluge-torrent.org/) 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.