1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ztncui_ynh.git synced 2024-09-03 18:06:05 +02:00
ztncui_ynh/manifest.json

52 lines
1.7 KiB
JSON
Raw Normal View History

2019-12-15 16:09:28 +01:00
{
"name": "ztncui",
"id": "ztncui",
"packaging_format": 1,
"description": {
"en": "ZeroTier network controller user interface",
"fr": "Interface utilisateur pour le contrôleur de réseau ZeroTier"
2019-12-15 16:09:28 +01:00
},
"version": "0.5.8~ynh1",
"url": "https://key-networks.com/ztncui",
"license": "GPL-3.0-only",
2019-12-15 16:09:28 +01:00
"maintainer": {
"name": "tituspijean",
"email": "tituspijean@outlook.com"
},
"requirements": {
"yunohost": ">= 3.5"
},
"services": [],
2019-12-15 16:09:28 +01:00
"multi_instance": false,
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for ztncui",
"fr": "Choisissez un nom de domaine pour ztncui"
},
"help": {
"en": "REMINDER: ztncui needs the ZeroTier app to be already installed.",
"fr": "RAPPEL: ztncui nécessite que l'app ZeroTier soit déjà installée."
},
2019-12-15 16:09:28 +01:00
"example": "example.com"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"help": {
"en": "It does not really matter, since ztncui has its own login system.",
"fr": "Cela n'a pas trop d'importance, puisque ztncui a son propre système de connection."
},
2019-12-15 16:09:28 +01:00
"default": false
}
]
}
}