This commit is contained in:
Devaev Maxim
2018-12-15 04:29:40 +03:00
parent 3445766a50
commit 3c33bd3719
74 changed files with 388 additions and 136 deletions

1
configs/kvmd/htpasswd Normal file
View File

@@ -0,0 +1 @@
admin:$apr1$INC0KeyU$YdLQ9qosXzNVlhxQPUf7A/

View File

@@ -7,6 +7,9 @@ kvmd:
port: 8081
heartbeat: 3.0
auth:
htpasswd: /etc/kvmd/htpasswd
info:
meta: /etc/kvmd/meta.yaml
extras: /usr/share/kvmd/extras

View File

@@ -1,5 +1,5 @@
# Don't touch this file otherwise your device may stop working.
# You can find a workable configuration in /usr/share/kvmd/configs.default/kvmd.
# You can find a working configuration in /usr/share/kvmd/configs.default/kvmd.
kvmd:
server:
@@ -7,6 +7,9 @@ kvmd:
port: 8081
heartbeat: 3.0
auth:
htpasswd: /etc/kvmd/htpasswd
info:
meta: /etc/kvmd/meta.yaml
extras: /usr/share/kvmd/extras