1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/humhub_ynh.git synced 2024-09-03 19:26:11 +02:00
humhub_ynh/manifest.json
2022-05-16 20:15:08 +02:00

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.11.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",
"php8.0-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/humhub",
"default": "/humhub"
},
{
"name": "admin",
"type": "user"
},
{
"name": "is_public",
"type": "boolean",
"default": false
}
]
}
}