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

68 lines
1.7 KiB
JSON
Raw Normal View History

2019-12-15 16:09:28 +01:00
{
"name": "Zerotier UI",
2020-04-18 14:53:52 +02:00
"id": "ztncui",
"packaging_format": 1,
"description": {
"en": "ZeroTier network controller user interface",
"fr": "Interface utilisateur pour le contrôleur de réseau ZeroTier"
},
2021-11-09 00:01:50 +01:00
"version": "20210310~ynh3",
2020-04-18 14:53:52 +02:00
"url": "https://key-networks.com/ztncui",
2021-10-06 00:19:49 +02:00
"upstream": {
"license": "GPL-3.0-only",
"website": "https://key-networks.com/ztncui/",
"code": "https://github.com/key-networks/ztncui"
},
2020-04-18 14:53:52 +02:00
"license": "GPL-3.0-only",
"maintainer": {
"name": "tituspijean",
"email": "tituspijean@outlook.com"
},
"requirements": {
2021-10-06 00:19:49 +02:00
"yunohost": ">= 4.1.7"
2020-04-18 14:53:52 +02:00
},
"services": [],
"multi_instance": false,
"arguments": {
"install": [
2021-03-22 12:56:38 +01:00
{
"name": "warning",
"type": "display_text",
"ask": {
"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."
}
},
2020-04-18 14:53:52 +02:00
{
"name": "domain",
"type": "domain",
"help": {
2021-03-22 12:56:38 +01:00
"en": "Ztncui can only be installed at the root of a domain.",
"fr": "Ztncui ne peut être installée qu'à la racine d'un domaine."
2021-10-06 00:19:49 +02:00
}
2020-04-18 14:53:52 +02:00
},
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "Ztncui has its own login system, but setting it as private is advised.",
"fr": "Ztncui a son propre système de connexion, mais la rendre privée est conseillé."
},
"default": false
},
{
"name": "admin",
2021-10-06 00:19:49 +02:00
"type": "user"
2020-04-18 14:53:52 +02:00
},
{
"name": "password",
"type": "password",
"help": {
"en": "It will always be asked by Ztncui, in addition to your YunoHost credentials if set to private.",
"fr": "Il sera toujours demandé par Ztncui, en plus des identifiants YunoHost si l'app est privée."
2021-10-06 00:19:49 +02:00
}
2020-04-18 14:53:52 +02:00
}
]
}
2019-12-15 16:09:28 +01:00
}