1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/beehive_ynh.git synced 2024-09-03 18:06:24 +02:00
beehive_ynh/manifest.json
Éric Gaspar 3508b5d75e add arm64
2023-02-18 17:28:42 +01:00

39 lines
952 B
JSON

{
"name": "Beehive",
"id": "beehive",
"packaging_format": 1,
"description": {
"en": "Flexible event/agent & automation system"
},
"version": "0.4.0~ynh2",
"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-3.0-or-later",
"maintainer": {
"name": "Anmol Sharma"
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "admin",
"type": "user"
}
]
}
}