add /config endpoint, add docker proxy setup, and style chat box

This commit is contained in:
2025-07-13 19:33:55 -06:00
parent 74fe399cdc
commit 1793504467
12 changed files with 561 additions and 94 deletions
+12
View File
@@ -0,0 +1,12 @@
https_listen_address = "127.0.0.1:4433"
http_listen_address = "127.0.0.1:4400"
#cert_path = "./cert.pem"
#key_path = "./key.pem"
#mumble_server_url = "voip.ohea.xyz:64738"
mumble_server_url = "127.0.0.1:64738"
#gui_path = "./target/dx/mumble-web2-gui/release/web/public"
gui_path = "./target/dx/mumble-web2-gui/debug/web/public"
[gui]
force_proxy = true
proxy_url = "https://127.0.0.1:4433/proxy"