Update filebrowser-quantum.sh configuration paths
This commit is contained in:
parent
0d1dceacba
commit
d34b00cd41
|
|
@ -153,19 +153,19 @@ server:
|
||||||
port: $PORT
|
port: $PORT
|
||||||
sources:
|
sources:
|
||||||
- path: "$SRC_DIR"
|
- path: "$SRC_DIR"
|
||||||
|
name: "RootFS"
|
||||||
config:
|
config:
|
||||||
|
denyByDefault: false
|
||||||
disableIndexing: false
|
disableIndexing: false
|
||||||
indexingIntervalMinutes: 240
|
indexingIntervalMinutes: 240
|
||||||
conditionals:
|
conditionals:
|
||||||
ignoreHidden: true
|
|
||||||
ignoreZeroSizeFolders: true
|
|
||||||
rules:
|
rules:
|
||||||
- folderPaths: "/proc"
|
- neverWatchPath: "/proc"
|
||||||
- folderPaths: "/sys"
|
- neverWatchPath: "/sys"
|
||||||
- folderPaths: "/dev"
|
- neverWatchPath: "/dev"
|
||||||
- folderPaths: "/run"
|
- neverWatchPath: "/run"
|
||||||
- folderPaths: "/tmp"
|
- neverWatchPath: "/tmp"
|
||||||
- folderPaths: "/lost+found"
|
- neverWatchPath: "/lost+found"
|
||||||
auth:
|
auth:
|
||||||
methods:
|
methods:
|
||||||
noauth: true
|
noauth: true
|
||||||
|
|
@ -177,19 +177,19 @@ server:
|
||||||
port: $PORT
|
port: $PORT
|
||||||
sources:
|
sources:
|
||||||
- path: "$SRC_DIR"
|
- path: "$SRC_DIR"
|
||||||
|
name: "RootFS"
|
||||||
config:
|
config:
|
||||||
|
denyByDefault: false
|
||||||
disableIndexing: false
|
disableIndexing: false
|
||||||
indexingIntervalMinutes: 240
|
indexingIntervalMinutes: 240
|
||||||
conditionals:
|
conditionals:
|
||||||
ignoreHidden: true
|
|
||||||
ignoreZeroSizeFolders: true
|
|
||||||
rules:
|
rules:
|
||||||
- folderPaths: "/proc"
|
- neverWatchPath: "/proc"
|
||||||
- folderPaths: "/sys"
|
- neverWatchPath: "/sys"
|
||||||
- folderPaths: "/dev"
|
- neverWatchPath: "/dev"
|
||||||
- folderPaths: "/run"
|
- neverWatchPath: "/run"
|
||||||
- folderPaths: "/tmp"
|
- neverWatchPath: "/tmp"
|
||||||
- folderPaths: "/lost+found"
|
- neverWatchPath: "/lost+found"
|
||||||
auth:
|
auth:
|
||||||
adminUsername: admin
|
adminUsername: admin
|
||||||
adminPassword: helper-scripts.com
|
adminPassword: helper-scripts.com
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user