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

42 lines
1 KiB
JSON
Raw Normal View History

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-05-31 00:12:17 +02:00
"version": "0.11.0~ynh2",
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": {
2022-05-31 00:12:17 +02:00
"install": [
2021-12-05 09:05:11 +01:00
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}