mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
own auth
This commit is contained in:
1
configs/kvmd/htpasswd
Normal file
1
configs/kvmd/htpasswd
Normal file
@@ -0,0 +1 @@
|
||||
admin:$apr1$INC0KeyU$YdLQ9qosXzNVlhxQPUf7A/
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user