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

53 lines
1.6 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"
},
2022-11-07 21:32:33 +01:00
"version": "1.9.6~ynh2",
2021-05-25 22:47:09 +02:00
"url": "https://hedgedoc.org",
"upstream": {
2022-08-14 15:47:04 +02:00
"license": "AGPL-3.0-only",
2021-05-25 22:47:09 +02:00
"website": "https://hedgedoc.org",
"demo": "https://demo.hedgedoc.org/",
"admindoc": "https://docs.hedgedoc.org/",
"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": {
2022-08-14 15:47:04 +02:00
"yunohost": ">= 11.0.9"
2020-11-19 21:41:03 +01:00
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
2021-09-21 23:39:19 +02:00
"type": "domain"
2020-11-19 21:41:03 +01:00
},
{
"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
}
]
}
}