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": {
|
2020-05-21 12:49:24 +02:00
|
|
|
|
"en": "Collaborative editor to work on notes written in Markdown",
|
|
|
|
|
"fr": "Éditeur collaboratif pour travailler sur des notes en Markdown"
|
2018-11-21 16:11:09 +01:00
|
|
|
|
},
|
2020-05-21 16:42:56 +02:00
|
|
|
|
"version": "1.6.0~ynh2",
|
2019-11-27 16:27:54 +01:00
|
|
|
|
"url": "https://github.com/codimd/server",
|
2020-05-21 12:49:24 +02:00
|
|
|
|
"license": "AGPL-3.0-only",
|
2018-11-21 16:11:09 +01:00
|
|
|
|
"maintainer": {
|
2020-02-18 20:44:56 +01:00
|
|
|
|
"name": "liberodark"
|
2018-11-21 16:11:09 +01:00
|
|
|
|
},
|
|
|
|
|
"requirements": {
|
2020-05-23 13:27:29 +02:00
|
|
|
|
"yunohost": ">= 3.8.1"
|
2018-11-21 16:11:09 +01:00
|
|
|
|
},
|
2020-05-21 12:49:24 +02:00
|
|
|
|
"multi_instance": true,
|
2018-11-21 16:11:09 +01:00
|
|
|
|
"services": [
|
2020-05-23 09:14:00 +02: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
|
|
|
|
},
|
2020-05-21 12:49:24 +02:00
|
|
|
|
"example": "codimd.domaim.org"
|
2018-11-21 16:11:09 +01:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "is_public",
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"ask": {
|
2020-05-21 12:49:24 +02:00
|
|
|
|
"en": "Is it a public site?",
|
2018-11-21 16:11:09 +01:00
|
|
|
|
"fr": "Est-ce un site public ?"
|
|
|
|
|
},
|
2020-05-21 12:49:24 +02:00
|
|
|
|
"help": {
|
|
|
|
|
"en": "If enabled, CodiMD will be accessible by people who doesn’t have an account. This can be changed later via the webadmin.",
|
|
|
|
|
"fr": "Si cette case est cochée, CodiMD sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|
|
|
|
},
|
2020-04-27 00:49:29 +02:00
|
|
|
|
"default": true
|
2018-11-21 16:11:09 +01:00
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|