Update appfile.json

This commit is contained in:
John Guan 2021-12-22 16:49:24 +08:00
parent cf4620fa25
commit 9a4b01959c
1 changed files with 17 additions and 14 deletions

View File

@ -38,30 +38,29 @@
{ {
"key": "TZ", "key": "TZ",
"value": "$TZ", "value": "$TZ",
"description": "TimeZone", "configurable": "no",
"configurable": "no" "description": "TimeZone"
}, },
{ {
"key": "PUID", "key": "PUID",
"value": "$PUID", "value": "$PUID",
"description": "Run FileBrowser as specified uid.", "configurable": "no",
"configurable": "no" "description": "Run FileBrowser as specified uid."
}, },
{ {
"key": "PGID", "key": "PGID",
"value": "$PGID", "value": "$PGID",
"description": "Run FileBrowser as specified gid.", "configurable": "no",
"configurable": "no" "description": "Run FileBrowser as specified gid."
} }
], ],
"ports": [ "ports": [
{ {
"container": "80", "container": "80",
"host": "1080",
"description": "WebUI Port",
"type": "tcp", "type": "tcp",
"allocation": "automatic", "allocation": "automatic",
"configurable": "advanced" "configurable": "advanced",
"description": "WebUI Port"
} }
], ],
"volumes": [ "volumes": [
@ -69,7 +68,7 @@
"container": "/db", "container": "/db",
"host": "$AppData/db", "host": "$AppData/db",
"mode": "rw", "mode": "rw",
"allocation": "auto", "allocation": "automatic",
"configurable": "no", "configurable": "no",
"description": "FileBrowser database directory." "description": "FileBrowser database directory."
}, },
@ -77,7 +76,7 @@
"container": "/srv", "container": "/srv",
"host": "$DATA", "host": "$DATA",
"mode": "rw", "mode": "rw",
"allocation": "auto", "allocation": "automatic",
"configurable": "advanced", "configurable": "advanced",
"description": "FileBrowser managed directory." "description": "FileBrowser managed directory."
} }
@ -100,7 +99,11 @@
"upnp": false "upnp": false
}, },
"tips": { "tips": {
"before_install": "Default Account</br>Username:<span style='color:red'>admin</span></br>Password:<span style='color:red'>admin</span>" "before_install": {
"template": "DefaultAccount",
"username": "admin",
"password": "admin"
}
}, },
"changelog": { "changelog": {
"latest_updates": "", "latest_updates": "",