From 109565baafee0f04eadf679b5e96ced02f99fd5f Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Sat, 3 Oct 2020 22:51:06 +0300 Subject: [PATCH] improved default override.yaml --- configs/kvmd/override.yaml | 44 ++++++++++++++++++++++++++++++++------ 1 file changed, 37 insertions(+), 7 deletions(-) diff --git a/configs/kvmd/override.yaml b/configs/kvmd/override.yaml index 0e572b4f..b45f1621 100644 --- a/configs/kvmd/override.yaml +++ b/configs/kvmd/override.yaml @@ -1,9 +1,39 @@ -# Use this file to override system settings and other configs like this: +#################################################################### +# # +# Override Pi-KVM system settings. This file uses the YAML syntax. # +# # +# https://github.com/pikvm/pikvm/blob/master/pages/config.md # +# # +# All overridden parameters will be applied AFTER other configs # +# and "!include" directives and BEFORE validation. # +# Not: Sections should be combined under shared keys. # +# # +#################################################################### # -# kvmd: -# server: -# heartbeat: 5.0 +######### +# Wrong # +######### +#kvmd: +# gpio: +# drivers: ... +#kvmd: +# gpio: +# scheme: ... # -# It will be applied AFTER other configs and "!include" directives and BEFORE validation. - -{} +########### +# Correct # +########### +#kvmd: +# gpio: +# drivers: ... +# scheme: ... +# +########### +# Example # +########### +#vnc: +# # See https://github.com/pikvm/pikvm/blob/master/pages/vnc.md +# keymap: /usr/share/kvmd/keymaps/ru # Set russian keymap +# auth: +# vncauth: +# enabled: true # Enable auth via /etc/kvmd/vncpasswd