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
Éric Gaspar 5fbed87ff8 0.14.2
2023-03-03 19:12:29 +01: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.14.2~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": ">= 11.1.12"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}