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
ericgaspar 1000121bbf
Fix
2021-08-29 14:14:36 +02:00

35 lines
785 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",
"license": "AGPL-1.0-or-later",
"maintainer": {
"name": "Anmol Sharma"
},
"requirements": {
"yunohost": ">= 4.2.4"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "admin",
"type": "user",
"example": "johndoe"
}
]
}
}