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

34 lines
705 B
JSON
Raw Normal View History

2021-03-07 01:45:20 +01:00
{
2021-09-25 11:57:19 +02:00
"name": "Beehive",
2021-03-07 01:45:20 +01:00
"id": "beehive",
"packaging_format": 1,
"description": {
2021-08-29 14:14:36 +02:00
"en": "Flexible event/agent & automation system"
2021-03-07 01:45:20 +01:00
},
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-12-17 07:51:52 +01:00
"yunohost": ">= 4.3.0"
2021-03-07 01:45:20 +01:00
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
2021-09-25 11:54:11 +02:00
"type": "domain"
2021-03-07 01:45:20 +01:00
},
{
"name": "admin",
2021-09-25 11:54:11 +02:00
"type": "user"
2021-03-07 01:45:20 +01:00
}
]
}
}