mirror of
https://github.com/YunoHost-Apps/excalidraw_ynh.git
synced 2024-09-03 18:36:04 +02:00
53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
|
{
|
|||
|
"name": "Excalidraw",
|
|||
|
"id": "excalidraw",
|
|||
|
"packaging_format": 1,
|
|||
|
"description": {
|
|||
|
"en": "Collaborative editor to work on notes written in Markdown",
|
|||
|
"fr": "Éditeur collaboratif pour travailler sur des notes en Markdown"
|
|||
|
},
|
|||
|
"version": "0.10.0~ynh1",
|
|||
|
"url": "https://excalidraw.com/",
|
|||
|
"upstream": {
|
|||
|
"license": "MIT",
|
|||
|
"website": "https://excalidraw.com/",
|
|||
|
"demo": "https://excalidraw.com/",
|
|||
|
"admindoc": "https://yunohost.org/packaging_apps",
|
|||
|
"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 n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|||
|
},
|
|||
|
"default": true
|
|||
|
}
|
|||
|
]
|
|||
|
}
|
|||
|
}
|