mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-13 01:30:31 +08:00
40 lines
1.2 KiB
YAML
40 lines
1.2 KiB
YAML
####################################################################
|
|
# #
|
|
# 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. #
|
|
# #
|
|
####################################################################
|
|
#
|
|
#########
|
|
# Wrong #
|
|
#########
|
|
#kvmd:
|
|
# gpio:
|
|
# drivers: ...
|
|
#kvmd:
|
|
# gpio:
|
|
# scheme: ...
|
|
#
|
|
###########
|
|
# 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
|