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
2022-05-31 00:12:17 +02:00

41 lines
1 KiB
JSON

{
"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.11.0~ynh2",
"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": "is_public",
"type": "boolean",
"default": true
}
]
}
}