Commit Graph

2 Commits

Author SHA1 Message Date
felixg
fac33c27b4 latest changes 2026-02-23 07:15:37 +01:00
felixg
6e9719d331 Add custom guacd Dockerfile with FreeRDP 3.x to fix Windows 11 NLA crash
The official guacamole/guacd image ships FreeRDP 2.x, which crashes
silently when connecting to Windows 11 22H2+ hosts due to NLA/CredSSP
cipher-suite changes. FreeRDP 3.x resolves this.

- docker/guacd.Dockerfile: builds guacamole-server 1.6.0 from source on
  Ubuntu 24.04 against freerdp3-dev (FreeRDP 3.5.1+); uses
  CPPFLAGS=-Wno-error=deprecated-declarations to suppress upstream
  deprecation warnings in freerdp3 headers
- docker-compose.yml: switch guacd service from official image to local build

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-22 14:46:39 +01:00