CasaOS-Store/Apps/Nextcloud/appfile.json

94 lines
3.0 KiB
JSON
Raw Normal View History

2021-12-24 07:08:25 +00:00
{
"version": "2.0",
"title": "Nextcloud",
"name": "nextcloud",
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nextcloud/icon.png",
"tagline": "The productivity platform that keeps you in control",
"overview": "Nextcloud puts your data at your fingertips, under your control. Store your documents, calendar, contacts and photos on a server at home, at one of our providers or in a data center you trust.",
2021-12-27 10:12:56 +00:00
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nextcloud/thumbnail.jpg",
2021-12-24 07:08:25 +00:00
"screenshots": [
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nextcloud/screenshot-1.png",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nextcloud/screenshot-2.png",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nextcloud/screenshot-3.png"
],
"category": [
"Cloud"
],
2021-12-27 12:09:29 +00:00
"developer": {
"name": "Nextcloud",
"website": "https://nextcloud.com/",
"donate_text": "",
"donate_link": ""
},
"adaptor": {
2021-12-24 07:08:25 +00:00
"name": "CasaOS Team",
"website": "https://www.casaos.io",
2021-12-27 12:09:29 +00:00
"donate_text": "",
2021-12-24 07:08:25 +00:00
"donate_link": ""
},
"support": "https://discord.gg/knqAbbBbeX",
"website": "https://www.casaos.io",
"container": {
"image": "nextcloud:latest",
"shell": "bash",
"privileged": false,
"network_model": "bridge",
"web_ui": {
"http": "80",
"https": "443",
"path": "/"
},
"health_check": "",
"envs": [],
"ports": [
{
"container": "80",
"host": "10080",
"type": "tcp",
"allocation": "preferred",
"configurable": "advanced",
"description": "WebUI HTTP Port"
},
{
"container": "443",
"host": "10443",
"type": "tcp",
"allocation": "preferred",
"configurable": "advanced",
"description": "WebUI HTTPS Port"
}
],
"volumes": [
{
"container": "/var/www/html",
2021-12-27 08:08:45 +00:00
"host": "/DATA/AppData/$AppID/var/www/html",
2021-12-24 07:08:25 +00:00
"mode": "rw",
"allocation": "automatic",
"configurable": "no",
"description": "Nextcloud config directory."
}
],
"devices": [],
"constraints": {
"min_memory": 512,
"min_storage": 2048
},
"restart_policy": "unless-stopped",
"sysctls": [],
"cap_add": [],
2021-12-24 07:08:25 +00:00
"labels": []
},
"abilities": {
"notification": false,
"widgets": false,
"authentication": false,
"search": false,
"upnp": false
},
"tips": {},
"changelog":{
"latest_updates": "",
"url": ""
},
2021-12-27 08:08:45 +00:00
"latest_update_date": "1640592011"
2021-12-24 07:08:25 +00:00
}