1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mumble-web_ynh.git synced 2024-09-03 19:46:16 +02:00
This commit is contained in:
ericgaspar 2021-06-05 14:30:44 +02:00
parent 8edbf2e220
commit 14ef64f036
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 5 additions and 5 deletions

View file

@ -10,9 +10,9 @@ let config = window.mumbleWebConfig // eslint-disable-line no-unused-vars
// Which fields to show on the Connect to Server dialog
// config.connectDialog.address : 'true'
// config.connectDialog.port : 'true'
// config.connectDialog.token : 'true'
config.connectDialog.address : 'false'
config.connectDialog.port : 'false'
config.connectDialog.token : 'false'
// config.connectDialog.username : 'true'
// config.connectDialog.password : 'true'
// config.connectDialog.channelName : 'false'
@ -40,4 +40,4 @@ let config = window.mumbleWebConfig // eslint-disable-line no-unused-vars
// config.defaults.avatarurl : '' // download and set the user's Mumble avatar to the image at this URL
// General
// config.defaults.theme : 'MetroMumbleLight'
config.defaults.theme : 'MetroMumbleDark'

View file

@ -116,7 +116,7 @@ ynh_install_nodejs --nodejs_version=$nodejs_version
ynh_script_progression --message="Upgrading systemd configuration..." --weight=2
# Create a dedicated systemd config
ynh_replace_string --match_string="__ENV_PATH__" --replace_string="$PATH" --target_file="../conf/$app.service"
ynh_replace_string --match_string="__ENV_PATH__" --replace_string="$PATH" --target_file="../conf/systemd.service"
ynh_add_systemd_config