mirror of
https://github.com/YunoHost-Apps/huginn_ynh.git
synced 2024-09-03 19:26:13 +02:00
65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
|
"name": "Huginn",
|
|
"id": "huginn",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": " Build agents that monitor and act on your behalf. Your agents are standing by!"
|
|
},
|
|
"version": "2022.03.24~ynh1",
|
|
"url": "https://github.com/huginn/hugin",
|
|
"upstream": {
|
|
"license": "MIT",
|
|
"website": "https://github.com/huginn/hugin",
|
|
"code": "https://github.com/huginn/huginn"
|
|
},
|
|
"license": "MIT",
|
|
"maintainer": {
|
|
"name": "aurel",
|
|
"email": "aurel@grudu.ovh",
|
|
"url": "https://github.com/onde2rock/huginn_ynh"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.3-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/huginn",
|
|
"default": "/huginn"
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|