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

45 lines
1.2 KiB
JSON
Raw Normal View History

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