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>
This commit is contained in:
felixg
2026-02-22 14:46:39 +01:00
parent 459674d2fd
commit 6e9719d331
2 changed files with 69 additions and 1 deletions

View File

@@ -17,7 +17,9 @@ services:
retries: 10
guacd:
image: guacamole/guacd:latest
build:
context: .
dockerfile: docker/guacd.Dockerfile
restart: unless-stopped
environment:
GUACD_LOG_LEVEL: debug