- Update to deluge 2.1.1 + Patch web base filename,

- Add P2P_WEB_PREFIX env variable support,
- Move back web port to standard 8112,
- Disable WebUi plugin and start Web daemon.
This commit is contained in:
2025-05-26 23:18:22 +02:00
parent ec778aefad
commit c353ecec79
7 changed files with 31 additions and 17 deletions

View File

@@ -34,6 +34,7 @@ services:
DELUGE_GID: ${P2P_GROUP_ID}
DELUGE_PORT_BT_LOW: ${P2P_PORT_BT_LOW}
DELUGE_PORT_BT_HIGH: ${P2P_PORT_BT_HIGH}
DELUGE_WEB_PREFIX: ${P2P_WEB_PREFIX}
# healthcheck:
# test: /opt/appl/kafka/bin/kafka-cluster.sh cluster-id --bootstrap-server localhost:${P2P_PORT_MAIN_INT}