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 16:14:51 +02:00
parent 4488bd906c
commit cbfcfe156f
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 4 additions and 4 deletions

View file

@ -12,9 +12,9 @@ let config = window.mumbleWebConfig // eslint-disable-line no-unused-vars
// Which fields to show on the Connect to Server dialog
config.connectDialog.address = false
config.connectDialog.port = false
config.connectDialog.token = false
config.connectDialog.token = true
// config.connectDialog.username = true
// config.connectDialog.password = true
config.connectDialog.password = false
// config.connectDialog.channelName = false
// Default values for user settings

View file

@ -1,8 +1,8 @@
[Unit]
Description=Mumble web interface (app: __APP__)
Documentation=https://github.com/johni0702/mumble-web
Requires=network.target mumbleserver.service
After=network.target mumbleserver.service
Requires=network.target #mumbleserver.service
After=network.target #mumbleserver.service
[Service]
Type=simple