mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-08 17:52:35 +02:00
Removed deprecated parameter in Filebrowser Quantum configuration (#15573)
This commit is contained in:
@@ -176,11 +176,10 @@ if [[ "${noauth_prompt,,}" =~ ^(y|yes)$ ]]; then
|
|||||||
server:
|
server:
|
||||||
port: $PORT
|
port: $PORT
|
||||||
sources:
|
sources:
|
||||||
- path: "$SRC_DIR"
|
- path: "$SRC_DIR"
|
||||||
name: "RootFS"
|
name: "RootFS"
|
||||||
config:
|
config:
|
||||||
denyByDefault: false
|
denyByDefault: false
|
||||||
disableIndexing: false
|
|
||||||
indexingIntervalMinutes: 240
|
indexingIntervalMinutes: 240
|
||||||
conditionals:
|
conditionals:
|
||||||
rules:
|
rules:
|
||||||
@@ -204,7 +203,6 @@ server:
|
|||||||
name: "RootFS"
|
name: "RootFS"
|
||||||
config:
|
config:
|
||||||
denyByDefault: false
|
denyByDefault: false
|
||||||
disableIndexing: false
|
|
||||||
indexingIntervalMinutes: 240
|
indexingIntervalMinutes: 240
|
||||||
conditionals:
|
conditionals:
|
||||||
rules:
|
rules:
|
||||||
|
|||||||
Reference in New Issue
Block a user