mirror of
https://github.com/YunoHost-Apps/statpingng_ynh.git
synced 2024-09-03 20:26:24 +02:00
64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
{
|
|
"name": "statping-ng",
|
|
"id": "statpingng",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "an external monitoring tool",
|
|
"fr": "un outils de monitoring externe"
|
|
},
|
|
"version": "0.90.80~ynh1",
|
|
"url": "https://github.com/statping-ng/statping-ng/",
|
|
"upstream": {
|
|
"license": "GPL-3.0-only",
|
|
"website": "https://statping-ng.github.io/",
|
|
"admindoc": "https://github.com/statping-ng/statping-ng/wiki",
|
|
"userdoc": "https://statping-ng.github.io/",
|
|
"code": "https://github.com/statping-ng/statping-ng/"
|
|
},
|
|
"license": "GPL-3.0-only",
|
|
"maintainer": {
|
|
"name": "oiseauroch",
|
|
"email": "tobias@ollive.oiseauroch.fr"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 11.0.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "language",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Choose the application language",
|
|
"fr": "Choisissez la langue de l'application"
|
|
},
|
|
"choices": ["fr", "en","es","ru","de","cs","ja","ko","it","zh"],
|
|
"default": "fr"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
},
|
|
{
|
|
"name": "password",
|
|
"type": "password",
|
|
"help": {
|
|
"en": "Choose an admin password",
|
|
"fr": "Choisissez une phrase de passe pour l'administrateur."
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|