Update appfile.json
This commit is contained in:
parent
cf4620fa25
commit
9a4b01959c
|
@ -16,7 +16,7 @@
|
||||||
"Utilities",
|
"Utilities",
|
||||||
"Documents"
|
"Documents"
|
||||||
],
|
],
|
||||||
"author":{
|
"author": {
|
||||||
"name": "CasaOS Team",
|
"name": "CasaOS Team",
|
||||||
"role": "Adaptor",
|
"role": "Adaptor",
|
||||||
"website": "https://www.casaos.io",
|
"website": "https://www.casaos.io",
|
||||||
|
@ -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,9 +99,13 @@
|
||||||
"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": "",
|
||||||
"url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/FileBrowser/changelog.txt"
|
"url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/FileBrowser/changelog.txt"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue