Implemented and fixed many issues

This commit is contained in:
Martino Ferrari
2026-08-21 23:24:48 +02:00
parent 14d5351a81
commit e03c60db25
52 changed files with 7726 additions and 769 deletions
+3
View File
@@ -138,6 +138,9 @@ Hub = {
MaxPushPoints = 2000
RingTemporal = 1000000
RingScalar = 100000
// The SPA is served on WEBUI_PORT, not WSPort, so its Origin does not match
// the hub's Host and the default same-origin check would 403 the handshake.
AllowedOrigins = "http://localhost:${WEBUI_PORT},http://127.0.0.1:${WEBUI_PORT}"
+History = {
Directory = "/tmp/streamhub_history"
DurationHours = 1