Search found 4 matches
- Fri Oct 04, 2024 3:45 am
- Forum: Support
- Topic: Deluge not seeding torrents
- Replies: 1
- Views: 2610
Deluge not seeding torrents
This is an issue I have been facing for some time but its been getting worse over the past months. I have about 5000+ torrents in my library. Most are FOSS pulled in from RSS feeds. A few are for private trackers. I noticed that after passing the ~1000 torrents mark, I was seeing fewer and fewer of ...
- Fri Oct 04, 2024 3:35 am
- Forum: Support
- Topic: [WebUI Vulnerability] Malicious plugin "booster" found on my system
- Replies: 15
- Views: 208709
Re: [WebUI Vulnerability] Malicious plugin "booster" found on my system
any benefit of running inside a Docker container for protecting from such types of attacks?
- Fri Oct 04, 2024 3:31 am
- Forum: Support
- Topic: unable to connect to console
- Replies: 13
- Views: 58977
Re: unable to connect to console
hi ambipro, thanks for the reply, I gave it another shot as you described, but still does not work. Here is what I did - my docker-compose.yaml looks like this services: deluge: image: lscr.io/linuxserver/deluge:latest container_name: deluge environment: - PUID=1000 - PGID=1000 - TZ=EST - DELUGE_LOG...
- Fri Oct 04, 2024 12:39 am
- Forum: Support
- Topic: unable to connect to console
- Replies: 13
- Views: 58977
Re: unable to connect to console
I had this problem because I was running Deluge using the container from LinuxServer.io listed here https://docs.linuxserver.io/images/docker-deluge/ when I try to enter the container with `docker compose exec deluge bash` and then try to run `deluge-console`, it is not possible to connect to the da...