1
0
Fork 0
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:
navanchauhan 2022-06-01 23:02:05 -06:00
parent 0bd203dea0
commit a8f4c9af35

View file

@ -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"
} }
] ]
} }