mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-02-11 05:26:09 +08:00
* Updating Nextcloud API * Update Nextcloud.php update url * Update app.json Update url * Update Nextcloud.php Add / --------- Co-authored-by: Zeph Thompson <zeph@moxbox.me>
33 lines
1009 B
JSON
33 lines
1009 B
JSON
{
|
|
"appid": "f2baa52d02ca888455ce47823f47bf372d5eecb3",
|
|
"name": "Nextcloud",
|
|
"website": "https://nextcloud.com",
|
|
"license": "GNU Affero General Public License v3.0 only",
|
|
"description": "Nextcloud is an open source, self-hosted file share and communication platform. Access and sync your files, contacts, calendars and communicate and collaborate across your devices.",
|
|
"enhanced": true,
|
|
"tile_background": "light",
|
|
"icon": "nextcloud.svg",
|
|
"config": {
|
|
"type": "basic_auth",
|
|
"additional_headers": {
|
|
"OCS-APIRequest": "true"
|
|
},
|
|
"stat1": {
|
|
"name": "Total",
|
|
"url": ":url:ocs/v2.php/cloud/users/:username:?format=json",
|
|
"key": "ocs.data.quota.total",
|
|
"filter": "size",
|
|
"updateOnChange": "No",
|
|
"suffix": ""
|
|
},
|
|
"stat2": {
|
|
"name": "Used",
|
|
"url": ":url:ocs/v2.php/cloud/users/:username:?format=json",
|
|
"key": "ocs.data.quota.used",
|
|
"filter": "size",
|
|
"updateOnChange": "No",
|
|
"suffix": ""
|
|
}
|
|
}
|
|
}
|