mirror of
https://github.com/YunoHost-Apps/ztncui_ynh.git
synced 2024-09-03 18:06:05 +02:00
[fix/enh] manifest Addresses #1 regarding "services" key. Fixed typo. Added reminder about ZeroTier app. Added help text regarding publicness.
This commit is contained in:
parent
7a75dc0059
commit
fb601f925d
1 changed files with 9 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "ZeroTier network controller user interface",
|
||||
"fr": "Interface utilisateur pour le contrôler de réseau ZeroTier"
|
||||
"fr": "Interface utilisateur pour le contrôleur de réseau ZeroTier"
|
||||
},
|
||||
"version": "0.5.8~ynh1",
|
||||
"url": "https://key-networks.com/ztncui",
|
||||
|
@ -17,9 +17,6 @@
|
|||
"yunohost": ">= 3.5"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
"zerotier-one"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
{
|
||||
|
@ -29,6 +26,10 @@
|
|||
"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."
|
||||
},
|
||||
"example": "example.com"
|
||||
},
|
||||
{
|
||||
|
@ -38,6 +39,10 @@
|
|||
"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."
|
||||
},
|
||||
"default": false
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue