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

36 lines
788 B
JSON
Raw Normal View History

2021-03-07 01:45:20 +01:00
{
"name": "beehive",
"id": "beehive",
"packaging_format": 1,
"description": {
"en": "A flexible event/agent & automation system "
},
2021-06-13 15:36:08 +02:00
"version": "0.4.0~ynh1",
2021-03-07 01:45:20 +01:00
"url": "https://github.com/muesli/beehive",
"license": "AGPL-1.0-or-later",
"maintainer": {
2021-03-14 21:59:17 +01:00
"name": "Anmol Sharma"
2021-03-07 01:45:20 +01:00
},
"requirements": {
2021-06-13 15:36:08 +02:00
"yunohost": ">= 4.2.4"
2021-03-07 01:45:20 +01:00
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "admin",
"type": "user",
"example": "johndoe"
}
]
}
}