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 / {
|
location / {
|
||||||
|
|
||||||
# Path to source
|
|
||||||
#alias __FINALPATH__/dist/ ;
|
|
||||||
|
|
||||||
# Force usage of https
|
# Force usage of https
|
||||||
if ($scheme = http) {
|
if ($scheme = http) {
|
||||||
rewrite ^ https://$server_name$request_uri? permanent;
|
rewrite ^ https://$server_name$request_uri? permanent;
|
||||||
|
|
|
@ -59,8 +59,8 @@
|
||||||
"name": "registername",
|
"name": "registername",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a name for the root channel (your mumble server name)",
|
"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)"
|
"fr": "Entrez un nom pour le channel racine (le nom de votre serveur Mumble)"
|
||||||
},
|
},
|
||||||
"example": "Root",
|
"example": "Root",
|
||||||
"default": "Root"
|
"default": "Root"
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
"name": "mumbleweb",
|
"name": "mumbleweb",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Do you want to install Mumble web?",
|
"en": "Do you want to install Mumble Web?",
|
||||||
"fr": "Voulez-vous installer Mumble Web? "
|
"fr": "Voulez-vous installer Mumble Web? "
|
||||||
},
|
},
|
||||||
"default": false
|
"default": false
|
||||||
|
|
Loading…
Add table
Reference in a new issue