mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
Read from following paths: /etc/freedombox/custom-shortcuts.json /etc/freedombox/custom-shortcuts.json.d/*.json /etc/plinth/custom-shortcuts.json /etc/plinth/custom-shortcuts.json.d/*.json /var/lib/freedombox/custom-shortcuts.json /var/lib/freedombox/custom-shortcuts.json.d/*.json /usr/share/freedombox/custom-shortcuts.json /usr/share/freedombox/custom-shortcuts.json.d/*.json Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
14 lines
438 B
JSON
14 lines
438 B
JSON
{"shortcuts": [{
|
|
"name": "NextCloud",
|
|
"short_description": "File Hosting Service",
|
|
"description": [ "Nextcloud is a suite of client-server software for creating and using file hosting services." ],
|
|
"icon_url": "/plinth/custom/static/themes/default/icons/nextcloud.png",
|
|
"clients": [{
|
|
"name": "nextcloud",
|
|
"platforms": [{
|
|
"type": "web",
|
|
"url": "/nextcloud"
|
|
}]
|
|
}]
|
|
}]}
|