1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mumbleserver_ynh.git synced 2024-09-03 19:46:03 +02:00
This commit is contained in:
ericgaspar 2021-06-05 10:13:56 +02:00
parent a241b3c3e6
commit f163de437a
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 3 additions and 6 deletions

View file

@ -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;

View file

@ -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