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

47 lines
1.4 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": {
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
},
2021-05-08 10:53:13 +02:00
"version": "2.3.2~ynh1",
"url": "https://github.com/hackmdio/codimd",
2020-05-21 12:49:24 +02:00
"license": "AGPL-3.0-only",
2018-11-21 16:11:09 +01:00
"maintainer": {
2021-05-08 11:23:20 +02:00
"name": ""
2018-11-21 16:11:09 +01:00
},
"requirements": {
2021-05-08 10:53:13 +02:00
"yunohost": ">= 4.1.7"
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" : [
{
2018-11-21 16:11:09 +01:00
"name": "domain",
"type": "domain",
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"example": "/codimd",
"default": "/codimd"
2018-11-21 16:11:09 +01:00
},
{
"name": "is_public",
"type": "boolean",
2020-05-21 12:49:24 +02:00
"help": {
"en": "If enabled, CodiMD will be accessible by people who do not have an account. This can be changed later via the webadmin.",
2020-05-21 12:49:24 +02:00
"fr": "Si cette case est cochée, CodiMD sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
2018-11-21 16:11:09 +01:00
}
]
}
}