Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 770 Bytes

File metadata and controls

24 lines (16 loc) · 770 Bytes

Deluge

Deluge is a lightweight, Free Software, cross-platform BitTorrent client.

Setup

Once the container starts for the first time the user will need to configure the WebUI settings. The default username is admin and the default password is deluge. You will need to log into the WebUI to change the password.

Connections

This container needs to be connected to the network of Gluetun to access the internet.

network_mode: "service:gluetun"
depends_on:
  - gluetun

References