mirror of
https://github.com/htrefil/rkvm.git
synced 2025-01-18 10:26:12 +01:00
11 lines
411 B
TOML
11 lines
411 B
TOML
listen = "0.0.0.0:5258"
|
|
# See `switch-keys.md` in the repository root for the list of all possible keys.
|
|
switch-keys = ["left-alt", "left-ctrl"]
|
|
certificate = "/etc/rkvm/certificate.pem"
|
|
key = "/etc/rkvm/key.pem"
|
|
|
|
# This is to prevent malicious clients from connecting to the server.
|
|
# Make sure this matches your client's config.
|
|
#
|
|
# Change this to your own value before deploying rkvm.
|
|
password = "123456789"
|