mirror of
https://github.com/YunoHost-Apps/documize_ynh.git
synced 2024-09-03 18:26:19 +02:00
45 lines
No EOL
1.2 KiB
JSON
45 lines
No EOL
1.2 KiB
JSON
{
|
|
"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"
|
|
},
|
|
"version": "5.3.0~ynh1",
|
|
"url": "https://www.documize.com",
|
|
"upstream": {
|
|
"license": "AGPL-3.0-only",
|
|
"website": "https://www.documize.com",
|
|
"demo": "https://docs.documize.com/",
|
|
"admindoc": "https://docs.documize.com",
|
|
"code": "https://github.com/documize/community",
|
|
"cpe": "cpe:2.3:a:documize:documize"
|
|
},
|
|
"license": "AGPL-3.0-only",
|
|
"maintainer": {
|
|
"name": "eric_G",
|
|
"email": ""
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 11.0.9"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
} |