CasaOS-Store/Apps/FileBrowser/appfile.json

128 lines
3.9 KiB
JSON
Raw Normal View History

2021-12-22 07:52:31 +00:00
{
"version": "2.0",
"title": "FileBrowser",
"name": "filebrowser",
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/FileBrowser/icon.png",
"tagline": "Upload, delete, preview, rename, edit and share your files.",
"overview": "File Browser - Webbased File Browser including sharing functions etc.",
2021-12-22 09:43:56 +00:00
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/FileBrowser/thumbnail.jpg",
2021-12-22 07:52:31 +00:00
"screenshots": [
2021-12-22 09:43:56 +00:00
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/FileBrowser/screenshot-1.jpg",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/FileBrowser/screenshot-2.jpg",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/FileBrowser/screenshot-3.jpg"
2021-12-22 07:52:31 +00:00
],
"category": [
"Cloud",
"Utilities",
"Documents"
],
2021-12-27 12:09:29 +00:00
"developer": {
"name": "File Browser",
"website": "https://filebrowser.org/",
"donate_text": "",
"donate_link": ""
},
"adaptor": {
2021-12-22 07:52:31 +00:00
"name": "CasaOS Team",
"website": "https://www.casaos.io",
2021-12-27 12:09:29 +00:00
"donate_text": "",
2021-12-22 07:52:31 +00:00
"donate_link": ""
},
"support": "https://discord.gg/knqAbbBbeX",
"website": "https://www.casaos.io",
"container": {
"image": "filebrowser/filebrowser:latest",
"shell": "sh",
"privileged": false,
"network_model": "bridge",
2021-12-23 07:32:16 +00:00
"web_ui": {
2021-12-22 07:52:31 +00:00
"http": "80",
"path": "/"
},
2021-12-23 11:50:02 +00:00
"health_check": "",
2021-12-22 07:52:31 +00:00
"envs": [
{
"key": "TZ",
"value": "$TZ",
2021-12-22 08:49:24 +00:00
"configurable": "no",
"description": "TimeZone"
2021-12-22 07:52:31 +00:00
},
{
"key": "PUID",
"value": "$PUID",
2021-12-22 08:49:24 +00:00
"configurable": "no",
"description": "Run FileBrowser as specified uid."
2021-12-22 07:52:31 +00:00
},
{
"key": "PGID",
"value": "$PGID",
2021-12-22 08:49:24 +00:00
"configurable": "no",
"description": "Run FileBrowser as specified gid."
2021-12-22 07:52:31 +00:00
}
],
"ports": [
{
"container": "80",
2021-12-23 05:52:17 +00:00
"host": "80",
2021-12-22 07:52:31 +00:00
"type": "tcp",
"allocation": "automatic",
2021-12-22 08:49:24 +00:00
"configurable": "advanced",
"description": "WebUI Port"
2021-12-22 07:52:31 +00:00
}
],
"volumes": [
{
"container": "/db",
2021-12-27 08:08:45 +00:00
"host": "/DATA/AppData/$AppID/db",
2021-12-22 07:52:31 +00:00
"mode": "rw",
2021-12-22 08:49:24 +00:00
"allocation": "automatic",
2021-12-22 07:52:31 +00:00
"configurable": "no",
"description": "FileBrowser database directory."
},
{
"container": "/srv",
2021-12-27 08:08:45 +00:00
"host": "/DATA",
2021-12-22 07:52:31 +00:00
"mode": "rw",
2021-12-22 08:49:24 +00:00
"allocation": "automatic",
2021-12-22 07:52:31 +00:00
"configurable": "advanced",
"description": "FileBrowser managed directory."
}
],
"devices": [],
"constraints": {
2021-12-23 11:50:02 +00:00
"min_memory": 64,
"min_storage": 128
2021-12-22 07:52:31 +00:00
},
2021-12-23 09:32:41 +00:00
"restart_policy": "unless-stopped",
2021-12-22 07:52:31 +00:00
"sysctls": [],
"cap_add": [],
2021-12-22 07:52:31 +00:00
"labels": []
},
"abilities": {
"notification": false,
"widgets": false,
"authentication": false,
"search": false,
"upnp": false
},
"tips": {
2021-12-27 06:08:34 +00:00
"before_install":[
{
"content": "Default Account"
},
{
"content": "Username: ",
"value": "admin"
},
{
"content": "Password: ",
"value": "admin"
}
]
2021-12-22 07:52:31 +00:00
},
2021-12-22 08:49:24 +00:00
"changelog": {
2021-12-22 07:52:31 +00:00
"latest_updates": "",
"url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/FileBrowser/changelog.txt"
},
2021-12-27 08:08:45 +00:00
"latest_update_date": "1640591843"
2021-12-22 07:52:31 +00:00
}