mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 17:11:52 +08:00
os configs
This commit is contained in:
38
testenv/main.yaml
Normal file
38
testenv/main.yaml
Normal file
@@ -0,0 +1,38 @@
|
||||
kvmd:
|
||||
server:
|
||||
host: 0.0.0.0
|
||||
port: 8081
|
||||
|
||||
hid:
|
||||
reset_pin: 4
|
||||
device: /dev/ttyS10
|
||||
noop: true
|
||||
|
||||
atx:
|
||||
power_led_pin: 24
|
||||
hdd_led_pin: 22
|
||||
power_switch_pin: 23
|
||||
reset_switch_pin: 27
|
||||
|
||||
msd:
|
||||
target_pin: 12
|
||||
reset_pin: 13
|
||||
device: /dev/kvmd-msd
|
||||
|
||||
streamer:
|
||||
cap_pin: 17
|
||||
conv_pin: 18
|
||||
init_restart_after: 1
|
||||
host: 127.0.0.1
|
||||
port: 8082
|
||||
cmd:
|
||||
- "/usr/bin/ustreamer"
|
||||
- "--device=/dev/kvmd-video"
|
||||
- "--quality={quality}"
|
||||
- "--desired-fps={desired_fps}"
|
||||
- "--width=800"
|
||||
- "--height=600"
|
||||
- "--host=0.0.0.0"
|
||||
- "--port={port}"
|
||||
|
||||
logging: !include logging.yaml
|
||||
Reference in New Issue
Block a user