diff options
Diffstat (limited to 'configs/kvmd/meta.yaml')
-rw-r--r-- | configs/kvmd/meta.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/kvmd/meta.yaml b/configs/kvmd/meta.yaml new file mode 100644 index 00000000..65524997 --- /dev/null +++ b/configs/kvmd/meta.yaml @@ -0,0 +1,9 @@ +# You can write down any information and it will be available +# at the address /kvmd/info (if you use default nginx config). +# If server.host (str) will be defained then this value +# will be displayed in the web interface. + +server: + host: localhost + +kvm: {} |