fix webrtc and login

This commit is contained in:
2026-09-24 13:55:59 +02:00
parent 5bac3174df
commit 844eaadee0
28 changed files with 628 additions and 43 deletions
+8 -4
View File
@@ -7,12 +7,16 @@ host = "0.0.0.0"
tcp_port = 8080
# Voice/Video port
udp_port = 8080
# If the server is behind NAT, set its public IPv4 here and forward UDP 8080 to it.
# external_ip = "203.0.113.1"
# STUN is enabled by default; customize or set [] to disable it.
# stun_servers = ["stun:stun.l.google.com:19302"]
# Uncomment for native self-signed HTTPS/WSS. Keep both files between restarts.
# [network.tls]
# cert_path = "certs/server.pem"
# key_path = "certs/server-key.pem"
# names = ["localhost", "127.0.0.1"] # include the host clients actually use
[network.tls]
cert_path = "certs/server.pem"
key_path = "certs/server-key.pem"
names = ["localhost", "127.0.0.1", "goesseau.eu"] # include the host clients actually use
[database]
# DSN for database