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
2024-02-23 20:20:21 +01:00

58 lines
1.4 KiB
JSON

{
"name": "Huginn",
"id": "huginn",
"packaging_format": 1,
"description": {
"en": " Build agents that monitor and act on your behalf"
},
"version": "2022.03.24~ynh3",
"url": "https://github.com/huginn/huginn",
"upstream": {
"license": "MIT",
"code": "https://github.com/huginn/huginn"
},
"license": "MIT",
"maintainer": {
"name": "aurel",
"email": "aurel@grudu.ovh",
"url": "https://github.com/onde2rock/huginn_ynh"
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"name": "admin",
"type": "user"
},
{
"name": "password",
"type": "password"
},
{
"name": "invitation",
"type": "string",
"ask": {
"en": "Choose an invitation code for new users"
},
"example": "invitationcode"
}
]
}
}