mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
improved default override.yaml
This commit is contained in:
parent
e05594ac04
commit
109565baaf
@ -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:
|
# Wrong #
|
||||||
# heartbeat: 5.0
|
#########
|
||||||
|
#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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user