mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
40 lines
1.3 KiB
YAML
40 lines
1.3 KiB
YAML
###############################################################################
|
|
# #
|
|
# Override KVMD settings. #
|
|
# #
|
|
# * https://docs.pikvm.org/first_steps/#structure-of-configuration-files #
|
|
# #
|
|
# This file uses YAML syntax. All overridden parameters will be applied #
|
|
# AFTER other configs and "!include" directives, and BEFORE validation. #
|
|
# Values should be combined under common sections. #
|
|
# #
|
|
###############################################################################
|
|
#
|
|
#########
|
|
# Wrong #
|
|
#########
|
|
#kvmd:
|
|
# gpio:
|
|
# drivers: ...
|
|
#kvmd:
|
|
# gpio:
|
|
# scheme: ...
|
|
#
|
|
###########
|
|
# Correct #
|
|
###########
|
|
#kvmd:
|
|
# gpio:
|
|
# drivers: ...
|
|
# scheme: ...
|
|
#
|
|
###########
|
|
# Example #
|
|
###########
|
|
#vnc:
|
|
# # See https://docs.pikvm.org/vnc
|
|
# keymap: /usr/share/kvmd/keymaps/ru # Set russian keymap
|
|
# auth:
|
|
# vncauth:
|
|
# enabled: true # Enable auth via /etc/kvmd/vncpasswd
|