mirror of
https://github.com/YunoHost-Apps/codimd_ynh.git
synced 2024-09-03 18:16:32 +02:00
58 lines
1.8 KiB
JSON
58 lines
1.8 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": "1.6.0~ynh6",
|
||
"url": "https://github.com/codimd/server",
|
||
"license": "AGPL-3.0-only",
|
||
"maintainer": {
|
||
"name": "liberodark"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 3.8.1"
|
||
},
|
||
"multi_instance": true,
|
||
"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": "domain.org"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"ask": {
|
||
"en": "Choose a path for CodiMD",
|
||
"fr": "Choisissez un chemin pour CodiMD"
|
||
},
|
||
"example": "/codimd",
|
||
"default": "/codimd"
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"ask": {
|
||
"en": "Is it a public site?",
|
||
"fr": "Est-ce un site public ?"
|
||
},
|
||
"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
|
||
}
|
||
]
|
||
}
|
||
}
|