mirror of
https://github.com/YunoHost-Apps/beehive_ynh.git
synced 2024-09-03 18:06:24 +02:00
39 lines
No EOL
950 B
JSON
39 lines
No EOL
950 B
JSON
{
|
|
"name": "Beehive",
|
|
"id": "beehive",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Flexible event/agent & automation system"
|
|
},
|
|
"version": "0.4.0~ynh1",
|
|
"url": "https://github.com/muesli/beehive",
|
|
"upstream": {
|
|
"license": "AGPL-3.0-or-later",
|
|
"demo": "https://github.com/muesli/beehive/wiki/Available-Hives",
|
|
"code": "https://github.com/muesli/beehive",
|
|
"cpe": "cpe:2.3:a:beehive_forum:beehive_forum"
|
|
},
|
|
"license": "AGPL-1.0-or-later",
|
|
"maintainer": {
|
|
"name": "Anmol Sharma"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
}
|
|
]
|
|
}
|
|
} |