2021-12-05 09:05:11 +01:00
|
|
|
{
|
|
|
|
"name": "Excalidraw",
|
|
|
|
"id": "excalidraw",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2021-12-05 09:09:58 +01:00
|
|
|
"en": "Virtual whiteboard for sketching hand-drawn like diagrams",
|
|
|
|
"fr": "Tableau blanc collaboratif virtuel qui vous permet d'esquisser facilement des diagrammes"
|
2021-12-05 09:05:11 +01:00
|
|
|
},
|
2022-03-19 19:08:33 +01:00
|
|
|
"version": "0.11.0~ynh1",
|
2021-12-05 09:05:11 +01:00
|
|
|
"url": "https://excalidraw.com/",
|
|
|
|
"upstream": {
|
|
|
|
"license": "MIT",
|
2022-03-19 19:08:33 +01:00
|
|
|
"website": "https://excalidraw.com",
|
|
|
|
"demo": "https://excalidraw.com",
|
2021-12-05 09:05:11 +01:00
|
|
|
"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",
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|