mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-02-25 14:52:07 +01:00
vncserver: YAML config draft
This commit is contained in:
parent
8ea6704fcd
commit
377269129c
@ -109,36 +109,32 @@ data_loss_prevention:
|
|||||||
# x509_key:
|
# x509_key:
|
||||||
# gnu_tls_priority: NORMAL
|
# gnu_tls_priority: NORMAL
|
||||||
|
|
||||||
picture:
|
image:
|
||||||
max_frame_rate: 60
|
max_frame_rate: 60
|
||||||
low_rate_of_change:
|
native_resolution_mode:
|
||||||
min_quality: 7
|
min_quality: 7
|
||||||
max_quality: 8
|
max_quality: 8
|
||||||
treat_this_quality_level_as_lossless: 10
|
treat_this_quality_level_as_lossless: 10
|
||||||
prefer_bandwidth_over_quality: false
|
prefer_bandwidth_over_quality: false
|
||||||
|
rectangle_compress_threads: auto|number
|
||||||
|
downscaled_resolution_mode:
|
||||||
|
jpeg_quality: auto
|
||||||
|
webp_quality: auto
|
||||||
|
max_resolution:
|
||||||
|
width: 1920
|
||||||
|
height: 1080
|
||||||
|
switch_to_downscaled_resolution_mode_threshold: 5
|
||||||
|
switch_to_native_resolution_mode_threshold: 3
|
||||||
|
high_rate_of_change_area_threshold_to_trigger_downscaled_mode: 45
|
||||||
|
print_high_rate_of_change_area_percentage: false
|
||||||
|
scaling_algorithm: nearest|bilinear|progressive_bilinear
|
||||||
|
|
||||||
httpd_directory: /usr/share/kasmvnc/www
|
auth:
|
||||||
disable_basic_auth: false
|
disable_basic_auth: false
|
||||||
display_title: default
|
|
||||||
password_file: ~/.kasmpasswd
|
|
||||||
framerate: 30
|
|
||||||
dynamic_quality:
|
|
||||||
min: 7
|
|
||||||
max: 8
|
|
||||||
treat_lossless: 10
|
|
||||||
prefer_bandwidth: true
|
|
||||||
video:
|
|
||||||
jpeg_quality: -1
|
|
||||||
webp_quality: -1
|
|
||||||
scaling_method: 2
|
|
||||||
print_video_area: true
|
|
||||||
max_video_resolution:
|
|
||||||
width: 640
|
|
||||||
height: 480
|
|
||||||
|
|
||||||
# in seconds
|
# Expert-level settings. No need to change for regular users.
|
||||||
# idle_timeout: 0
|
omakase:
|
||||||
# max_disconnection_time: 3
|
x_font_path: default
|
||||||
# allow_localhost_only: true
|
httpd_directory: /usr/share/kasmvnc/www
|
||||||
# query_connect: true
|
kasm_password_file: ~/.kasmpasswd
|
||||||
dlp_log: info
|
x_authtority_file: default
|
||||||
|
Loading…
Reference in New Issue
Block a user