1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/codimd_ynh.git synced 2024-09-03 18:16:32 +02:00
codimd_ynh/manifest.json
2020-02-18 20:44:56 +01:00

43 lines
1.2 KiB
JSON

{
"name": "CodiMD",
"id": "codimd",
"packaging_format": 1,
"description": {
"en": "A collaborative editor to work on notes written in Markdown",
"fr": "Un éditeur collaboratif pour travailler sur des notes en Markdown"
},
"version": "1.5.0~ynh1",
"url": "https://github.com/codimd/server",
"license": "AGPL-v3",
"maintainer": {
"name": "liberodark"
},
"requirements": {
"yunohost": ">= 3.6"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for CodiMD",
"fr": "Choisissez un nom de domaine pour CodiMD"
},
"example": "example.com"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public site ?",
"fr": "Est-ce un site public ?"
},
"default": "true"
}
]
}
}