mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-12 11:59:18 +02:00
Fix readme
This commit is contained in:
parent
a21b266e0d
commit
c45d57f0c1
1 changed files with 5 additions and 5 deletions
|
@ -22,14 +22,14 @@ across the different instances if this is not what you want.
|
||||||
## Configuration through environment variables
|
## Configuration through environment variables
|
||||||
```bash
|
```bash
|
||||||
docker --run name rdpgw bolkedebruin/rdpgw:latest \
|
docker --run name rdpgw bolkedebruin/rdpgw:latest \
|
||||||
-e RDPGW_SERVER__SSL_CERT_FILE=/etc/rdpgw/cert.pem
|
-e RDPGW_SERVER__CERT_FILE=/etc/rdpgw/cert.pem
|
||||||
-e RDPGW_SERVER__SSL_KEY_FILE=/etc/rdpgw.cert.pem
|
-e RDPGW_SERVER__KEY_FILE=/etc/rdpgw.cert.pem
|
||||||
-e RDPGW_SERVER__GATEWAY_ADDRESS=https://localhost:443
|
-e RDPGW_SERVER__GATEWAY_ADDRESS=https://localhost:443
|
||||||
-e RDPGW_SERVER__SESSION_KEY=thisisasessionkeyreplacethisjetz # 32 characters
|
-e RDPGW_SERVER__SESSION_KEY=thisisasessionkeyreplacethisjetz # 32 characters
|
||||||
-e RDPGW_SERVER__SESSION_ENCRYPTION_KEY=thisisasessionkeyreplacethisnunu # 32 characters
|
-e RDPGW_SERVER__SESSION_ENCRYPTION_KEY=thisisasessionkeyreplacethisnunu # 32 characters
|
||||||
-e RDPGW_OPENID__PROVIDER_URL=http://keycloak:8080/auth/realms/rdpgw
|
-e RDPGW_OPEN_ID__PROVIDER_URL=http://keycloak:8080/auth/realms/rdpgw
|
||||||
-e RDPGW_OPENID__CLIENT_ID=rdpgw
|
-e RDPGW_OPEN_ID__CLIENT_ID=rdpgw
|
||||||
-e RDPGW_OPENID__CLIENT_SECRET=01cd304c-6f43-4480-9479-618eb6fd578f
|
-e RDPGW_OPEN_ID__CLIENT_SECRET=01cd304c-6f43-4480-9479-618eb6fd578f
|
||||||
-e RDPGW_SECURITY__SECURITY_PAA_TOKEN_SIGNING_KEY=prettypleasereplacemeinproductio # 32 characters
|
-e RDPGW_SECURITY__SECURITY_PAA_TOKEN_SIGNING_KEY=prettypleasereplacemeinproductio # 32 characters
|
||||||
-v conf:/etc/rdpgw
|
-v conf:/etc/rdpgw
|
||||||
```
|
```
|
Loading…
Add table
Add a link
Reference in a new issue