mirror of
https://github.com/YunoHost-Apps/humhub_ynh.git
synced 2024-09-03 19:26:11 +02:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "HumHub",
|
|
"id": "humhub",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Enterprise Social Network.",
|
|
"fr": "Réseau Social d'Entreprise."
|
|
},
|
|
"version": "1.12.1~ynh1",
|
|
"url": "https://www.humhub.org",
|
|
"upstream": {
|
|
"license": "AGPL-3.0-only",
|
|
"website": "https://www.humhub.org",
|
|
"demo": "https://www.humhub.com/en",
|
|
"admindoc": "https://docs.humhub.org",
|
|
"code": "https://github.com/humhub/humhub"
|
|
},
|
|
"license": "AGPL-3.0-only",
|
|
"maintainer": {
|
|
"name": "Nils Van Zuijlen",
|
|
"url": "https://github.com/nils-van-zuijlen"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.3-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/humhub",
|
|
"default": "/humhub"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
}
|
|
]
|
|
}
|
|
}
|