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

40 lines
951 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
},
2022-09-22 04:07:21 +02:00
"version": "0.4.0~ynh2",
2021-03-07 01:45:20 +01:00
"url": "https://github.com/muesli/beehive",
2022-01-25 01:31:50 +01:00
"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"
2022-01-25 01:31:50 +01:00
},
2021-03-07 01:45:20 +01:00
"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": {
2022-01-25 01:31:50 +01:00
"install": [
2021-03-07 01:45:20 +01:00
{
"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
}
]
}
2022-09-22 04:07:21 +02:00
}