mirror of
https://github.com/YunoHost-Apps/codimd_ynh.git
synced 2024-09-03 18:16:32 +02:00
528156889c
* Upgrade Nodejs to 12
46 lines
1.5 KiB
JSON
46 lines
1.5 KiB
JSON
{
|
||
"name": "CodiMD",
|
||
"id": "codimd",
|
||
"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": "2.4.1~ynh6",
|
||
"url": "https://github.com/hackmdio/codimd",
|
||
"upstream": {
|
||
"license": "AGPL-3.0-only",
|
||
"website": "https://hackmd.io/",
|
||
"admindoc": "https://hackmd.io/c/codimd-documentation/%2Fs%2Fcodimd-documentation#Administration-Guides",
|
||
"userdoc": "https://hackmd.io/c/codimd-documentation/%2Fs%2Fcodimd-documentation#User-Guides",
|
||
"code": "https://github.com/hackmdio/codimd"
|
||
},
|
||
"license": "AGPL-3.0-only",
|
||
"maintainer": {
|
||
"name": "eric_G"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 4.3.0"
|
||
},
|
||
"multi_instance": false,
|
||
"services": [
|
||
"nginx"
|
||
],
|
||
"arguments": {
|
||
"install" : [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain"
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"help": {
|
||
"en": "If enabled, CodiMD 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, CodiMD sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
},
|
||
"default": true
|
||
}
|
||
]
|
||
}
|
||
}
|