Files
rdpgw/dev/docker/rdpgw.yaml
Markus Häll 135a39158a Bindadress (#196)
* add bind feature

* Apply bind address to ACME listener

* Refresh apt metadata before installing PAM

* Keep bind address change focused
2026-08-18 11:31:26 +02:00

25 lines
736 B
YAML

Server:
CertFile: /opt/rdpgw/server.pem
KeyFile: /opt/rdpgw/key.pem
GatewayAddress: localhost:9443
Port: 9443
# BindAddress: "" # Binds to all interfaces (default)
# BindAddress: "127.0.0.1" # Localhost only (IPv4)
# BindAddress: "::1" # Localhost only (IPv6)
# BindAddress: "192.168.1.10" # Specific IP
Hosts:
- xrdp:3389
RoundRobin: false
SessionKey: thisisasessionkeyreplacethisjetz
SessionEncryptionKey: thisisasessionkeyreplacethisnunu
OpenId:
ProviderUrl: http://keycloak:8080/auth/realms/rdpgw
ClientId: rdpgw
ClientSecret: 01cd304c-6f43-4480-9479-618eb6fd578f
Client:
UsernameTemplate: "{{ username }}"
Security:
PAATokenSigningKey: prettypleasereplacemeinproductio
Caps:
TokenAuth: true