115 lines
3.6 KiB
JSON
115 lines
3.6 KiB
JSON
{
|
|
"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.",
|
|
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/FileBrowser/thumbnail.jpg",
|
|
"screenshots": [
|
|
"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"
|
|
],
|
|
"category": [
|
|
"Cloud",
|
|
"Utilities",
|
|
"Documents"
|
|
],
|
|
"author": {
|
|
"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",
|
|
"web_ui": {
|
|
"http": "80",
|
|
"path": "/"
|
|
},
|
|
"health_check": "",
|
|
"envs": [
|
|
{
|
|
"key": "TZ",
|
|
"value": "$TZ",
|
|
"configurable": "no",
|
|
"description": "TimeZone"
|
|
},
|
|
{
|
|
"key": "PUID",
|
|
"value": "$PUID",
|
|
"configurable": "no",
|
|
"description": "Run FileBrowser as specified uid."
|
|
},
|
|
{
|
|
"key": "PGID",
|
|
"value": "$PGID",
|
|
"configurable": "no",
|
|
"description": "Run FileBrowser as specified gid."
|
|
}
|
|
],
|
|
"ports": [
|
|
{
|
|
"container": "80",
|
|
"host": "80",
|
|
"type": "tcp",
|
|
"allocation": "automatic",
|
|
"configurable": "advanced",
|
|
"description": "WebUI Port"
|
|
}
|
|
],
|
|
"volumes": [
|
|
{
|
|
"container": "/db",
|
|
"host": "$AppData/$AppName/db",
|
|
"mode": "rw",
|
|
"allocation": "automatic",
|
|
"configurable": "no",
|
|
"description": "FileBrowser database directory."
|
|
},
|
|
{
|
|
"container": "/srv",
|
|
"host": "$DATA",
|
|
"mode": "rw",
|
|
"allocation": "automatic",
|
|
"configurable": "advanced",
|
|
"description": "FileBrowser managed directory."
|
|
}
|
|
],
|
|
"devices": [],
|
|
"constraints": {
|
|
"min_memory": 64,
|
|
"min_storage": 128
|
|
},
|
|
"restart_policy": "unless-stopped",
|
|
"sysctls": [],
|
|
"cap_add": {},
|
|
"labels": []
|
|
},
|
|
"abilities": {
|
|
"notification": false,
|
|
"widgets": false,
|
|
"authentication": false,
|
|
"search": false,
|
|
"upnp": false
|
|
},
|
|
"tips": {
|
|
"before_install": {
|
|
"template": "DefaultAccount",
|
|
"username": "admin",
|
|
"password": "admin"
|
|
}
|
|
},
|
|
"changelog": {
|
|
"latest_updates": "",
|
|
"url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/FileBrowser/changelog.txt"
|
|
},
|
|
"latest_update_date": "1640243786"
|
|
} |