mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
log interface
This commit is contained in:
@@ -36,6 +36,7 @@ RUN pacman -Syy \
|
||||
&& user-packer -S --noconfirm \
|
||||
python \
|
||||
python-pip \
|
||||
python-systemd \
|
||||
nginx-mainline \
|
||||
ustreamer \
|
||||
socat \
|
||||
|
||||
@@ -4,11 +4,15 @@ kvmd:
|
||||
port: 8081
|
||||
heartbeat: 3.0
|
||||
|
||||
log:
|
||||
services:
|
||||
- kvmd.service
|
||||
|
||||
hid:
|
||||
pinout:
|
||||
reset: 4
|
||||
|
||||
device: /dev/ttyAMA0
|
||||
device: /dev/ttyS10
|
||||
speed: 115200
|
||||
reset_delay: 0.1
|
||||
|
||||
|
||||
@@ -5,5 +5,6 @@ pyudev
|
||||
pyyaml
|
||||
pyserial
|
||||
setproctitle
|
||||
systemd-python
|
||||
bumpversion
|
||||
tox
|
||||
|
||||
Reference in New Issue
Block a user