mirror of
https://github.com/htrefil/rkvm.git
synced 2025-01-18 10:26:12 +01:00
Update the documentation of the input-device-paths configuration array
This commit is contained in:
parent
1f92594bd6
commit
d2bf30685f
1 changed files with 7 additions and 5 deletions
|
@ -3,12 +3,14 @@ listen = "0.0.0.0:5258"
|
|||
switch-keys = ["left-alt", "left-ctrl"]
|
||||
certificate = "/etc/rkvm/certificate.pem"
|
||||
key = "/etc/rkvm/key.pem"
|
||||
# Specify a list of paths to input device event file to register the
|
||||
# input devices in the following array, or leave the array emtpy to
|
||||
# register all detected input devices.
|
||||
# Specify a list of absolute paths to input device event file that are
|
||||
# to be registered by the server in the following array, or leave the
|
||||
# array emtpy to register all detected input devices.
|
||||
#
|
||||
# You can find the path to event file of each input device by listing
|
||||
# the contents of `/dev/input/by-id/` folder.
|
||||
# You can find symlinks that point to event file of each input device
|
||||
# in the `/dev/input/by-id/` folder. These can also be used in the
|
||||
# following array (make sure to input the absolute path of the
|
||||
# symlinks).
|
||||
input-device-paths = []
|
||||
|
||||
# This is to prevent malicious clients from connecting to the server.
|
||||
|
|
Loading…
Reference in a new issue