mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-02 02:51:53 +08:00
deprecated old designs
This commit is contained in:
46
testenv/v2-hdmiusb-rpi4.override.yaml
Normal file
46
testenv/v2-hdmiusb-rpi4.override.yaml
Normal file
@@ -0,0 +1,46 @@
|
||||
kvmd:
|
||||
server:
|
||||
unix_mode: 0666
|
||||
|
||||
info:
|
||||
hw:
|
||||
procfs_prefix: /fake_procfs
|
||||
sysfs_prefix: /fake_sysfs
|
||||
|
||||
hid:
|
||||
keyboard:
|
||||
device: /dev/null
|
||||
mouse:
|
||||
device: /dev/null
|
||||
noop: true
|
||||
|
||||
msd:
|
||||
remount_cmd: /bin/true
|
||||
unlock_cmd: /bin/true
|
||||
sysfs_prefix: /fake_sysfs
|
||||
|
||||
streamer:
|
||||
cmd:
|
||||
- "/usr/bin/ustreamer"
|
||||
- "--device=/dev/kvmd-video"
|
||||
- "--persistent"
|
||||
- "--format=jpeg"
|
||||
- "--resolution={resolution}"
|
||||
- "--desired-fps={desired_fps}"
|
||||
- "--drop-same-frames=30"
|
||||
- "--last-as-blank=0"
|
||||
- "--unix={unix}"
|
||||
- "--unix-rm"
|
||||
- "--unix-mode=0666"
|
||||
- "--exit-on-parent-death"
|
||||
- "--process-name-prefix={process_name_prefix}"
|
||||
- "--notify-parent"
|
||||
- "--no-log-colors"
|
||||
|
||||
|
||||
vnc:
|
||||
keymap: /usr/share/kvmd/keymaps/ru
|
||||
|
||||
auth:
|
||||
vncauth:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user