switch from websockets to sse

This commit is contained in:
XenGi 2024-08-07 23:35:16 +02:00
parent 67335c97b4
commit 534077bad3
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg
13 changed files with 384 additions and 233 deletions

View file

@ -6,7 +6,7 @@ port = 6600
[ui]
hostname = [::1]
port = 8080
tls = no
port = 8443
tls = yes
cert = cert.pem
key = key.pem