Implement RUSTDESK_UNATTENDED_PWD_VISIBILITY to enable visibility of unattended passwords within the Admin UI even when User is logged in.
build / build-linux-amd64 (push) Successful in 1m45s
build / build-linux-amd64 (push) Successful in 1m45s
This commit is contained in:
@@ -55,6 +55,9 @@ services:
|
||||
- --bootstrap-admin-password=${RUSTDESK_BOOTSTRAP_ADMIN_PASSWORD:-changeme}
|
||||
# - --key=- # "-" auto-generates a key; "_" forces encrypted-only with no explicit key
|
||||
# - --http-port=21114 # admin HTTP API/UI port; 0 disables
|
||||
# When the admin UI shows a device's unattended password.
|
||||
# logged-out (default) = only when nobody is logged in; always = also while a user is logged in.
|
||||
- --unattended-pwd-visibility=${RUSTDESK_UNATTENDED_PWD_VISIBILITY:-logged-out}
|
||||
environment: *rustdesk-env
|
||||
ports:
|
||||
- 21114:21114
|
||||
|
||||
Reference in New Issue
Block a user