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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user