YAML config improvements

KASM-1810_yaml_config
Dmitry Maksyoma 4 years ago
parent c2f302cdc6
commit dcccd1d1f2

@ -18,7 +18,7 @@ network:
require_ssl: true require_ssl: true
user_session: user_session:
concurrent_connections_mode: always-allow|prompt|disconnect-new|disconnect-current concurrent_connections_mode: always-allow|prompt|block-new-connections|disconnect-current
approval_dialog_timeout: 10 approval_dialog_timeout: 10
force_session_type: shared|exclusive force_session_type: shared|exclusive
@ -51,7 +51,7 @@ logging:
log_writer_name: all|*|<string> log_writer_name: all|*|<string>
log_to: stderr|stdout|syslog log_to: stderr|stdout|syslog
# 0 - silent(?), 100 - most verbose # 0 - silent(?), 100 - most verbose
log_level: 0..100 level: 0..100
security: security:
brute_force_protection: brute_force_protection:
@ -64,7 +64,7 @@ data_loss_prevention:
left: 10 left: 10
right: 40 right: 40
bottom: 40 bottom: 40
non_visible_region: concealed_region:
allow_click_down: false allow_click_down: false
allow_click_release: false allow_click_release: false
clipboard: clipboard:
@ -80,6 +80,7 @@ data_loss_prevention:
keyboard: keyboard:
enabled: true enabled: true
rate_limit: 1|unlimited rate_limit: 1|unlimited
# LOGS YOUR PRIVATE INFORMATION. Keypresses and clipboard content.
logging: logging:
level: off|info|verbose level: off|info|verbose
@ -121,7 +122,8 @@ encoding:
area_threshold: 45 area_threshold: 45
exit_video_mode: exit_video_mode:
time_threshold: 3 time_threshold: 3
logging: disabled logging:
level: off|info
scaling_algorithm: nearest|bilinear|progressive_bilinear scaling_algorithm: nearest|bilinear|progressive_bilinear
compare_framebuffer: off|always|auto compare_framebuffer: off|always|auto

Loading…
Cancel
Save