1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/huginn_ynh.git synced 2024-09-03 19:26:13 +02:00
huginn_ynh/manifest.json

59 lines
1.4 KiB
JSON
Raw Normal View History

2015-11-18 02:16:34 +01:00
{
"name": "Huginn",
"id": "huginn",
2022-03-25 01:57:12 +01:00
"packaging_format": 1,
2015-11-18 02:16:34 +01:00
"description": {
2023-01-16 22:45:06 +01:00
"en": " Build agents that monitor and act on your behalf"
2015-11-18 02:16:34 +01:00
},
2023-01-12 09:26:52 +01:00
"version": "2022.03.24~ynh3",
"url": "https://github.com/huginn/huginn",
2022-03-25 01:57:12 +01:00
"upstream": {
"license": "MIT",
"code": "https://github.com/huginn/huginn"
},
"license": "MIT",
2015-11-18 02:16:34 +01:00
"maintainer": {
"name": "aurel",
"email": "aurel@grudu.ovh",
"url": "https://github.com/onde2rock/huginn_ynh"
},
2022-03-25 01:57:12 +01:00
"requirements": {
2023-01-12 09:19:38 +01:00
"yunohost": ">= 11.0.9"
2022-03-25 01:57:12 +01:00
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
2015-11-18 02:16:34 +01:00
"arguments": {
2022-03-25 01:57:12 +01:00
"install": [
2015-11-18 02:16:34 +01:00
{
"name": "domain",
2022-03-25 01:57:12 +01:00
"type": "domain"
2015-11-18 02:16:34 +01:00
},
2022-03-25 01:57:12 +01:00
{
"name": "is_public",
"type": "boolean",
"default": true
2015-11-18 02:16:34 +01:00
},
{
"name": "admin",
2022-03-25 01:57:12 +01:00
"type": "user"
2015-11-18 02:16:34 +01:00
},
{
"name": "password",
2022-03-25 01:57:12 +01:00
"type": "password"
2015-11-18 02:16:34 +01:00
},
2022-03-25 01:57:12 +01:00
{
2015-11-18 02:16:34 +01:00
"name": "invitation",
2022-03-25 01:57:12 +01:00
"type": "string",
2015-11-18 02:16:34 +01:00
"ask": {
"en": "Choose an invitation code for new users"
},
"example": "invitationcode"
}
]
}
}