summaryrefslogtreecommitdiff
path: root/configs/kvmd/platforms
diff options
context:
space:
mode:
Diffstat (limited to 'configs/kvmd/platforms')
-rw-r--r--configs/kvmd/platforms/kvmd.v1-hdmi.yaml3
-rw-r--r--configs/kvmd/platforms/kvmd.v1-vga.yaml5
2 files changed, 7 insertions, 1 deletions
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