Search found 3 matches

by unabatedshagie
Sat Feb 04, 2023 9:08 pm
Forum: Support
Topic: Can't enable plugins in docker
Replies: 7
Views: 3548

Re: Can't enable plugins in docker

Thanks, I just went through the plugins listed here https://dev.deluge-torrent.org/wiki/Plugins. I didn't know those were out of date.
by unabatedshagie
Sat Feb 04, 2023 4:53 pm
Forum: Support
Topic: Can't enable plugins in docker
Replies: 7
Views: 3548

Re: Can't enable plugins in docker

I've tried: AutoRemovePlus LabelPlus LtConfig SeedTime I've looked through the logs and this is what I'm seeing when I try to enable one of the "third-party" plugins. 16:50:19 [INFO ][deluge.pluginmanagerbase :1622] Plugin Scheduler enabled... 16:50:19 [INFO ][deluge.pluginmanagerbase :162...
by unabatedshagie
Sat Feb 04, 2023 3:03 pm
Forum: Support
Topic: Can't enable plugins in docker
Replies: 7
Views: 3548

Can't enable plugins in docker

I've installed Deluge in a Docker container. This is the compose file I used. version: "2.1" services: deluge: image: lscr.io/linuxserver/deluge:latest container_name: deluge environment: - PUID=1000 - PGID=100 - TZ=Europe/London - DELUGE_LOGLEVEL=error #optional volumes: - /srv/dev-disk-b...