mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-08-15 08:27:14 +02:00
Enable TOTP in guacamole docker-compose configuration
This commit is contained in:
@@ -42,6 +42,7 @@ services:
|
|||||||
- POSTGRESQL_DATABASE=guacamole_db
|
- POSTGRESQL_DATABASE=guacamole_db
|
||||||
- POSTGRESQL_USERNAME=guacamole_user
|
- POSTGRESQL_USERNAME=guacamole_user
|
||||||
- POSTGRESQL_PASSWORD=ChooseYourOwnPasswordHere1234
|
- POSTGRESQL_PASSWORD=ChooseYourOwnPasswordHere1234
|
||||||
|
- TOTP_ENABLED=true
|
||||||
- OPENID_ENABLED=true
|
- OPENID_ENABLED=true
|
||||||
- OPENID_AUTHORIZATION_ENDPOINT=https://authentik.example.com/application/o/authorize/
|
- OPENID_AUTHORIZATION_ENDPOINT=https://authentik.example.com/application/o/authorize/
|
||||||
- OPENID_JWKS_ENDPOINT=https://authentik.example.com/application/o/guacamole-oidc/jwks/
|
- OPENID_JWKS_ENDPOINT=https://authentik.example.com/application/o/guacamole-oidc/jwks/
|
||||||
|
|||||||
Reference in New Issue
Block a user