Deluge
Deluge
Created | = this.file.ctime |
---|---|
Updated | = this.file.mtime |
Information
Deluge is a [[ Torrent|torrenting ]] software that works through a simple web interface.
Docker Compose Script
deluge:
image: lscr.io/linuxserver/deluge:latest
container_name: deluge
environment:
- PUID=1000
- PGID=1000
- TZ=Australia/Adelaide
- DELUGE_LOGLEVEL=error #optional
volumes:
- /docker/deluge/config:/config
- /mnt/data/downloads:/downloads
network_mode: service:wireguard
restart: unless-stopped
Setup
- Setup Wireguard
- Add the above to your docker compose script
[Type:: Seedling]
Notes mentioning this note
Home server
Home Server Synopsis I run a Home Server on [[Ubuntu Linux]] so it can be headless. While I use it...