1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/excalidraw_ynh.git synced 2024-09-03 18:36:04 +02:00
excalidraw_ynh/manifest.json
2021-12-05 09:09:58 +01:00

51 lines
1.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Excalidraw",
"id": "excalidraw",
"packaging_format": 1,
"description": {
"en": "Virtual whiteboard for sketching hand-drawn like diagrams",
"fr": "Tableau blanc collaboratif virtuel qui vous permet d'esquisser facilement des diagrammes"
},
"version": "0.10.0~ynh1",
"url": "https://excalidraw.com/",
"upstream": {
"license": "MIT",
"website": "https://excalidraw.com/",
"demo": "https://excalidraw.com/",
"code": "https://github.com/excalidraw/excalidraw"
},
"license": "MIT",
"maintainer": {
"name": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/excalidraw",
"default": "/excalidraw"
},
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "If enabled, Excalidraw will be accessible by people who do not have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Excalidraw sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
}
]
}
}