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

45 lines
1.2 KiB
JSON
Raw Normal View History

2022-06-12 14:28:37 +02:00
{
"name": "Documize",
"id": "documize",
"packaging_format": 1,
"description": {
"en": "Modern Confluence alternative designed for internal & external docs",
"fr": "Alternative à Confluence conçue pour les documents internes et externes"
},
2023-02-07 08:16:14 +01:00
"version": "5.5.0~ynh1",
2022-06-12 14:28:37 +02:00
"url": "https://www.documize.com",
"upstream": {
2022-06-12 15:06:24 +02:00
"license": "AGPL-3.0-only",
2022-06-12 14:28:37 +02:00
"website": "https://www.documize.com",
2022-06-12 15:09:10 +02:00
"demo": "https://docs.documize.com/",
2022-06-12 14:28:37 +02:00
"admindoc": "https://docs.documize.com",
"code": "https://github.com/documize/community",
"cpe": "cpe:2.3:a:documize:documize"
2022-06-12 14:28:37 +02:00
},
2022-06-12 15:06:24 +02:00
"license": "AGPL-3.0-only",
2022-06-12 14:28:37 +02:00
"maintainer": {
"name": "eric_G",
"email": ""
},
"requirements": {
2023-02-07 08:16:14 +01:00
"yunohost": ">= 11.1.6"
2022-06-12 14:28:37 +02:00
},
"multi_instance": true,
"services": [
"nginx",
"mysql"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}