mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-09-01 03:51:28 +02:00
* add bind feature * Apply bind address to ACME listener * Refresh apt metadata before installing PAM * Keep bind address change focused
25 lines
736 B
YAML
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
|