mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
Merge upstream PiKVM master branch updates: - Bump version from 4.93 to 4.94 - HID: improved jiggler pattern for better compatibility - Streamer: major refactoring for improved performance and maintainability - Prometheus: tidying GPIO channel name formatting - Web: added __gpio-label class for custom styling - HID: customizable /api/hid/print delay configuration - ATX: independent power/reset regions for better control - OLED: added --fill option for display testing - Web: improved keyboard handling in modal dialogs - Web: enhanced login error messages - Switch: added heartbeat functionality - Web: mouse touch code simplification and refactoring - Configs: use systemd-networkd-wait-online --any by default - PKGBUILD: use cp -r to install systemd units properly - Various bug fixes and performance improvements
85 lines
1.5 KiB
YAML
85 lines
1.5 KiB
YAML
kvmd:
|
|
auth:
|
|
usc:
|
|
users: [root]
|
|
|
|
server:
|
|
unix_mode: 0666
|
|
|
|
atx:
|
|
type: disabled
|
|
|
|
hid:
|
|
keyboard:
|
|
device: /dev/null
|
|
mouse:
|
|
device: /dev/null
|
|
mouse_alt:
|
|
device: /dev/null
|
|
noop: true
|
|
|
|
mouse_alt:
|
|
device: /dev/null
|
|
|
|
|
|
wol:
|
|
mac: 00:00:00:00:00:00
|
|
|
|
msd:
|
|
type: otg
|
|
remount_cmd: /bin/true
|
|
msd_path: /var/lib/kvmd/msd
|
|
normalfiles_path: NormalFiles
|
|
normalfiles_size: 64
|
|
|
|
streamer:
|
|
cmd:
|
|
- "/usr/bin/ustreamer"
|
|
- "--device=/dev/video0"
|
|
- "--persistent"
|
|
- "--format=mjpeg"
|
|
- "--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"
|
|
|
|
pst:
|
|
remount_cmd: /bin/true
|
|
|
|
vnc:
|
|
keymap: /usr/share/kvmd/keymaps/ru
|
|
|
|
auth:
|
|
vncauth:
|
|
enabled: true
|
|
|
|
memsink:
|
|
jpeg:
|
|
sink: ""
|
|
h264:
|
|
sink: ""
|
|
|
|
otgnet:
|
|
commands:
|
|
post_start_cmd:
|
|
- "/bin/true"
|
|
pre_stop_cmd:
|
|
- "/bin/true"
|
|
|
|
nginx:
|
|
http:
|
|
port: 8080
|
|
https:
|
|
port: 4430
|
|
|
|
janus:
|
|
cmd:
|
|
- "/bin/true"
|