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-07-12 06:14:57 +02:00
|
|
|
|
"version": "1.9.4~ynh1",
|
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 n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|
|
|
|
},
|
|
|
|
|
"default": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|