summaryrefslogtreecommitdiff
path: root/configs/kvmd
diff options
context:
space:
mode:
Diffstat (limited to 'configs/kvmd')
-rw-r--r--configs/kvmd/htpasswd1
-rw-r--r--configs/kvmd/platforms/kvmd.v1-hdmi.yaml3
-rw-r--r--configs/kvmd/platforms/kvmd.v1-vga.yaml5
3 files changed, 8 insertions, 1 deletions
diff --git a/configs/kvmd/htpasswd b/configs/kvmd/htpasswd
new file mode 100644
index 00000000..e62e44d0
--- /dev/null
+++ b/configs/kvmd/htpasswd
@@ -0,0 +1 @@
+admin:$apr1$INC0KeyU$YdLQ9qosXzNVlhxQPUf7A/
diff --git a/configs/kvmd/platforms/kvmd.v1-hdmi.yaml b/configs/kvmd/platforms/kvmd.v1-hdmi.yaml
index 8a1f9c8b..1991e4c5 100644
--- a/configs/kvmd/platforms/kvmd.v1-hdmi.yaml
+++ b/configs/kvmd/platforms/kvmd.v1-hdmi.yaml
@@ -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
diff --git a/configs/kvmd/platforms/kvmd.v1-vga.yaml b/configs/kvmd/platforms/kvmd.v1-vga.yaml
index 05c1234d..5688f306 100644
--- a/configs/kvmd/platforms/kvmd.v1-vga.yaml
+++ b/configs/kvmd/platforms/kvmd.v1-vga.yaml
@@ -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