CasaOS-Store/Apps/FileBrowser/appfile.json

114 lines
3.6 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-22 08:49:24 +00:00
"author": {
2021-12-22 07:52:31 +00:00
"name": "CasaOS Team",
"role": "Adaptor",
"website": "https://www.casaos.io",
"donate_text": "",
"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": "/"
},
"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-23 07:17:11 +00:00
"host": "$AppData/$AppName/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",
"host": "$DATA",
"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 07:32:16 +00:00
"min_memory": "64",
2021-12-22 07:52:31 +00:00
"min_storage": "128"
},
2021-12-23 09:32:41 +00:00
"restart_policy": "unless-stopped",
2021-12-22 07:52:31 +00:00
"sysctls": [],
"cap_add": {},
"labels": []
},
"abilities": {
"notification": false,
"widgets": false,
"authentication": false,
"search": false,
"upnp": false
},
"tips": {
2021-12-22 08:49:24 +00:00
"before_install": {
"template": "DefaultAccount",
"username": "admin",
"password": "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-23 07:17:11 +00:00
"latest_update_date": "1640243786"
2021-12-22 07:52:31 +00:00
}