We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I Enabled SSL only on Ngix Server
Ngix proxy to mumble-web/6500 port
Nginx /demo config:
Acess url: https://chat.xxxxx.com.br/?address=chat.xxxx.com.br&port=443/demo
Using docker:
docker run --name mumble-server -d -p 64738:64738 -p 64738:64738/udp leoverto/mumble docker run --name mumble-web-proxy -d -e MUMBLE_SERVER=172.17.0.1:64738 -p 64737:64737 leoverto/mumble-web-proxy docker run --name mumble-web -e MUMBLE_SERVER=172.17.0.1:64737 -p 6500:8080 leoverto/mumble-web
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I Enabled SSL only on Ngix Server
Ngix proxy to mumble-web/6500 port
Nginx /demo config:

Acess url:
https://chat.xxxxx.com.br/?address=chat.xxxx.com.br&port=443/demo
Using docker:
The text was updated successfully, but these errors were encountered: