1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hedgedoc_ynh.git synced 2024-09-03 19:25:52 +02:00
hedgedoc_ynh/manifest.json

55 lines
1.7 KiB
JSON
Raw Normal View History

2020-11-19 21:41:03 +01:00
{
"name": "HedgeDoc",
"id": "hedgedoc",
"packaging_format": 1,
"description": {
"en": "Collaborative editor to work on notes written in Markdown",
"fr": "Éditeur collaboratif pour travailler sur des notes en Markdown"
},
2021-08-30 22:49:00 +02:00
"version": "1.9.0~ynh1",
2021-05-25 22:47:09 +02:00
"url": "https://hedgedoc.org",
"upstream": {
"license": "free",
"website": "https://hedgedoc.org",
"demo": "https://demo.hedgedoc.org/",
"admindoc": "https://docs.hedgedoc.org/",
"userdoc": "https://yunohost.org/en/app_hedgedoc",
"code": "https://github.com/hedgedoc/hedgedoc"
},
2020-11-19 21:41:03 +01:00
"license": "AGPL-3.0-only",
"maintainer": {
2020-12-22 09:18:09 +01:00
"name": "eric_G"
2020-11-19 21:41:03 +01:00
},
"requirements": {
2021-05-25 22:47:09 +02:00
"yunohost": ">= 4.2.4"
2020-11-19 21:41:03 +01:00
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"example": "/hedgedoc",
"default": "/hedgedoc"
},
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "If enabled, HedgeDoc 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, HedgeDoc sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
}
]
}
}