- 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

@@ -19,8 +19,7 @@
"AutoAdd",
"Label",
"Stats",
"TotalTraffic",
"WebUi"
"TotalTraffic"
],
"enc_in_policy": 1,
"enc_level": 2,

View File

@@ -11,9 +11,9 @@
"interface": "0.0.0.0",
"language": "",
"pkey": "ssl/daemon.pkey",
"port": 80,
"pwd_salt": "682e25a24cbb391ef5f19092841e5beab388e714",
"pwd_sha1": "8b555cafbc04a092446b4d434bede2158925f57d",
"port": 8112,
"pwd_salt": "9dc38672f73e72d2f8c7c90cb87ae3eef624e1e7",
"pwd_sha1": "7a06f92f8e040d443851fc885d49d25b04650de7",
"session_timeout": 3600,
"sessions": {},
"show_session_speed": false,

View File

@@ -1,8 +0,0 @@
{
"file": 1,
"format": 1
}{
"enabled": true,
"port": 80,
"ssl": false
}