Search found 7 matches

by PixelBudsPro
Fri Dec 08, 2023 7:13 pm
Forum: Support
Topic: Docker: Deluge config files missing
Replies: 2
Views: 10469

Re: Docker: Deluge config files missing

Thanks for the advice, now the config files are in the docker container but not on the Ubuntu Host under config/deluge or anywhere in the config directory. Do you have any idea why that would be? EDIT: Sry about that, the lack of sleep is getting to me. I made a typo trying your suggestion. It works...
by PixelBudsPro
Fri Dec 08, 2023 6:01 pm
Forum: Support
Topic: Docker: Deluge config files missing
Replies: 2
Views: 10469

Docker: Deluge config files missing

Hi, the config files of my docker deluge installation seem to be missing on the host machine. The config changes still get saved so the config files probably exist inside the docker container but they're missing outside of the container. This is my docker compose of deluge: deluge: container_name: d...
by PixelBudsPro
Thu Nov 23, 2023 8:46 pm
Forum: Plugins
Topic: [Plugin] AutoAdd (multiple watchdir) plugin for deluge 1.2+
Replies: 122
Views: 413441

Re: [Plugin] AutoAdd (multiple watchdir) plugin for deluge 1.2+

I removed the AutoAdd Plugin and enabled it again, now it works. I don't really know why lol. Thank you very much for the help! Here's my deluge docker part, maybe it'll help someone in the future: deluge: container_name: deluge image: linuxserver/deluge:latest restart: unless-stopped network_mode: ...
by PixelBudsPro
Thu Nov 23, 2023 7:55 pm
Forum: Plugins
Topic: [Plugin] AutoAdd (multiple watchdir) plugin for deluge 1.2+
Replies: 122
Views: 413441

Re: [Plugin] AutoAdd (multiple watchdir) plugin for deluge 1.2+

Thanks for the advice, my ${ROOT} was returning a wrong path. I fixed the pathing Issue and now I'm getting a different Error:
https://prnt.sc/_AaojEgBrxtE
by PixelBudsPro
Thu Nov 23, 2023 4:58 pm
Forum: Plugins
Topic: [Plugin] AutoAdd (multiple watchdir) plugin for deluge 1.2+
Replies: 122
Views: 413441

Re: [Plugin] AutoAdd (multiple watchdir) plugin for deluge 1.2+

This is the deluge part: deluge: container_name: deluge image: linuxserver/deluge:latest restart: unless-stopped network_mode: service:vpn # run on the vpn network environment: - PUID=${PUID} # default user id, defined in .env - PGID=${PGID} # default group id, defined in .env - TZ=${TZ} # timezone,...
by PixelBudsPro
Thu Nov 23, 2023 4:42 pm
Forum: Plugins
Topic: [Plugin] AutoAdd (multiple watchdir) plugin for deluge 1.2+
Replies: 122
Views: 413441

Re: [Plugin] AutoAdd (multiple watchdir) plugin for deluge 1.2+

ambipro wrote: Thu Nov 23, 2023 4:41 pm Image provided does not load

Just link to it instead, I can see it, but many people will think you didn't attach one.

https://prnt.sc/wo9qdqpyWIgN

Post your compose
Alright, thanks!
by PixelBudsPro
Thu Nov 23, 2023 4:36 pm
Forum: Plugins
Topic: [Plugin] AutoAdd (multiple watchdir) plugin for deluge 1.2+
Replies: 122
Views: 413441

Re: [Plugin] AutoAdd (multiple watchdir) plugin for deluge 1.2+

Hi, I need some help setting up the AutoAdd Plugin. I get this Error Message trying to add a Folder to the Plugin: https://prnt.sc/wo9qdqpyWIgN I use Deluge in Ubuntu/Docker. I initially tought this has to be a permission error, so I gave the Ownership to the Daemon User but that didn't work. Then I...