mirror of
https://github.com/YunoHost-Apps/mumbleserver_ynh.git
synced 2024-09-03 19:46:03 +02:00
Fix
This commit is contained in:
parent
a241b3c3e6
commit
f163de437a
2 changed files with 3 additions and 6 deletions
|
@ -1,8 +1,5 @@
|
|||
location / {
|
||||
|
||||
# Path to source
|
||||
#alias __FINALPATH__/dist/ ;
|
||||
|
||||
# Force usage of https
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
|
|
|
@ -59,8 +59,8 @@
|
|||
"name": "registername",
|
||||
"type": "string",
|
||||
"ask": {
|
||||
"en": "Choose a name for the root channel (your mumble server name)",
|
||||
"fr": "Entrez un nom pour le channel racine (le nom de votre serveur mumble)"
|
||||
"en": "Choose a name for the root channel (your Mumble server name)",
|
||||
"fr": "Entrez un nom pour le channel racine (le nom de votre serveur Mumble)"
|
||||
},
|
||||
"example": "Root",
|
||||
"default": "Root"
|
||||
|
@ -69,7 +69,7 @@
|
|||
"name": "mumbleweb",
|
||||
"type": "boolean",
|
||||
"ask": {
|
||||
"en": "Do you want to install Mumble web?",
|
||||
"en": "Do you want to install Mumble Web?",
|
||||
"fr": "Voulez-vous installer Mumble Web? "
|
||||
},
|
||||
"default": false
|
||||
|
|
Loading…
Add table
Reference in a new issue