This commit is contained in:
NotSoToothless
2026-06-28 06:20:20 -07:00
committed by GitHub
parent 377f7b8397
commit ffb31f3bb1
3 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ module.exports = {
},
// Unified relay gateway fronting SREBOT (sqb) and TSSBOT (tss):
// - Proxies read-only API queries (/api/sqb/* -> SREBOT :6000; /api/tss/* -> TSS API or 501)
// - Proxies read-only API queries (/api/sre/* -> SREBOT :6000; /api/tss/* -> TSS API or 501)
// - Streams replay envelopes over /ws/sqb and /ws/tss
// - Per-key auth (all/sqb/tss) via $STORAGE_VOL_PATH/relay_keys.json
// Lives in BOTS/SHARED/relay_gateway; loads SREBOT/.env for shared config.