mirror of
https://github.com/YunoHost-Apps/ztncui_ynh.git
synced 2024-09-03 18:06:05 +02:00
Improve manifest
This commit is contained in:
parent
0f51aec95c
commit
b31f73762d
1 changed files with 10 additions and 2 deletions
|
@ -20,12 +20,20 @@
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install": [
|
"install": [
|
||||||
|
{
|
||||||
|
"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."
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"help": {
|
"help": {
|
||||||
"en": "REMINDER: ztncui needs the ZeroTier app to be already installed.",
|
"en": "Ztncui can only be installed at the root of a domain.",
|
||||||
"fr": "RAPPEL: ztncui nécessite que l'app ZeroTier soit déjà installée."
|
"fr": "Ztncui ne peut être installée qu'à la racine d'un domaine."
|
||||||
},
|
},
|
||||||
"example": "zt.example.com"
|
"example": "zt.example.com"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue