mirror of
https://github.com/YunoHost/test_apps.git
synced 2024-09-03 20:06:29 +02:00
36 lines
843 B
JSON
36 lines
843 B
JSON
{
|
|
"name": "Config panel",
|
|
"id": "config_app",
|
|
"description": {
|
|
"en": "Dummy app to test config panel"
|
|
},
|
|
"license": "GPL-3+",
|
|
"maintainer": {
|
|
"name": "ljf",
|
|
"email": "ljf+config_app@reflexlibre.net",
|
|
"url": "http://reflexlibre.net"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">> 4.2.7"
|
|
},
|
|
"multi_instance": false,
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain"
|
|
},
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"ask": {
|
|
"en": "Choose a path"
|
|
},
|
|
"example": "/",
|
|
"default": "/"
|
|
}
|
|
]
|
|
}
|
|
}
|