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
2015-11-18 02:16:34 +01:00

63 lines
1.7 KiB
JSON

{
"name": "Huginn",
"id": "huginn",
"description": {
"en": " Build agents that monitor and act on your behalf. Your agents are standing by!"
},
"licence": "MIT",
"maintainer": {
"name": "aurel",
"email": "aurel@grudu.ovh",
"url": "https://github.com/onde2rock/huginn_ynh"
},
"multi_instance": "false",
"arguments": {
"install" : [
{
"name": "domain",
"ask": {
"en": "Choose a domain for huginn"
},
"example": "example.com"
},
{
"name": "path",
"ask": {
"en": "Choose a path for huginn"
},
"example": "/example",
"choices": ["/"],
"default": "/"
},
{
"name": "admin",
"ask": {
"en": "Choose an admin user"
},
"example": "johndoe"
},
{
"name": "password",
"ask": {
"en": "Choose an admin password"
},
"example": "supersecretpassword"
},
{
"name": "invitation",
"ask": {
"en": "Choose an invitation code for new users"
},
"example": "invitationcode"
},
{
"name": "is_public",
"ask": {
"en": "Is it a public application ?"
},
"choices": ["Yes", "No"],
"default": "No"
}
]
}
}