docs: add Kasm Workspaces service and fix changelog

Document Kasm DinD architecture, Traefik integration, and the
proxy_port/frameDeny fixes that resolved session connection failures.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
jazzymc
2026-05-05 17:38:17 +00:00
parent 9cc955e62b
commit 8e3cde9d7c
2 changed files with 33 additions and 0 deletions
+10
View File
@@ -2,6 +2,16 @@
**Purpose:** Major infrastructure events only. Minor changes are in git commit messages.
---
## 2026-05-05
### Kasm Workspaces Fix
- **[KASM]** Fixed session connection failure when accessing via Traefik reverse proxy
- **[KASM]** Changed zone `proxy_port` from 6333 to 443 in kasm_db — browser WebSocket now routes through Traefik instead of trying unreachable port 6333
- **[TRAEFIK]** Added `kasm-headers` middleware (same as `default-headers` but without `frameDeny`) — Kasm uses iframes for session rendering
- **[TRAEFIK]** Updated kasm-secure router to use `kasm-headers` middleware
- **[DOCS]** Added Kasm Workspaces to 03-SERVICES-OTHER.md
---
## 2026-03-12