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
4488bd906c
commit
cbfcfe156f
2 changed files with 4 additions and 4 deletions
|
@ -12,9 +12,9 @@ let config = window.mumbleWebConfig // eslint-disable-line no-unused-vars
|
||||||
// Which fields to show on the Connect to Server dialog
|
// Which fields to show on the Connect to Server dialog
|
||||||
config.connectDialog.address = false
|
config.connectDialog.address = false
|
||||||
config.connectDialog.port = false
|
config.connectDialog.port = false
|
||||||
config.connectDialog.token = false
|
config.connectDialog.token = true
|
||||||
// config.connectDialog.username = true
|
// config.connectDialog.username = true
|
||||||
// config.connectDialog.password = true
|
config.connectDialog.password = false
|
||||||
// config.connectDialog.channelName = false
|
// config.connectDialog.channelName = false
|
||||||
|
|
||||||
// Default values for user settings
|
// Default values for user settings
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Mumble web interface (app: __APP__)
|
Description=Mumble web interface (app: __APP__)
|
||||||
Documentation=https://github.com/johni0702/mumble-web
|
Documentation=https://github.com/johni0702/mumble-web
|
||||||
Requires=network.target mumbleserver.service
|
Requires=network.target #mumbleserver.service
|
||||||
After=network.target mumbleserver.service
|
After=network.target #mumbleserver.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
Loading…
Reference in a new issue