mirror of
https://github.com/YunoHost-Apps/mumble-web_ynh.git
synced 2024-09-03 19:46:16 +02:00
Fix
This commit is contained in:
parent
8edbf2e220
commit
14ef64f036
2 changed files with 5 additions and 5 deletions
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue