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

  1. Setup Wireguard
  2. Add the above to your docker compose script

[Type:: Seedling]

Notes mentioning this note


Here are all the notes in this garden, along with their links, visualized as a graph.