mirror of
https://github.com/YunoHost-Apps/ergo_ynh.git
synced 2024-09-03 18:26:31 +02:00
ask network+server name
This commit is contained in:
parent
0bd203dea0
commit
a8f4c9af35
1 changed files with 10 additions and 0 deletions
|
@ -55,6 +55,16 @@
|
||||||
},
|
},
|
||||||
"choices": ["en", "en-AU", "el", "es", "fr-FR", "no", "pl", "pt-BR", "ro", "tr-TR", "zh-CN"],
|
"choices": ["en", "en-AU", "el", "es", "fr-FR", "no", "pl", "pt-BR", "ro", "tr-TR", "zh-CN"],
|
||||||
"default": "fr-FR"
|
"default": "fr-FR"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "network_name",
|
||||||
|
"type": "string",
|
||||||
|
"default": "ErgoYunohost"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "server_name",
|
||||||
|
"type": "string",
|
||||||
|
"default": "ergo.yunohost"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue