mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 17:11:52 +08:00
kvmd-otgnet
This commit is contained in:
@@ -31,4 +31,7 @@ _KeyMapping.x11_keys
|
||||
_SharedParams.width
|
||||
_SharedParams.height
|
||||
|
||||
_Netcfg.net_ip
|
||||
_Netcfg.net_mask
|
||||
|
||||
_ScriptWriter.get_args
|
||||
|
||||
@@ -91,3 +91,10 @@ vnc:
|
||||
auth:
|
||||
vncauth:
|
||||
enabled: true
|
||||
|
||||
otgnet:
|
||||
commands:
|
||||
post_start_cmd:
|
||||
- "/bin/true"
|
||||
pre_stop_cmd:
|
||||
- "/bin/true"
|
||||
|
||||
@@ -31,10 +31,16 @@ kvmd:
|
||||
- "--notify-parent"
|
||||
- "--no-log-colors"
|
||||
|
||||
|
||||
vnc:
|
||||
keymap: /usr/share/kvmd/keymaps/ru
|
||||
|
||||
auth:
|
||||
vncauth:
|
||||
enabled: true
|
||||
|
||||
otgnet:
|
||||
commands:
|
||||
post_start_cmd:
|
||||
- "/bin/true"
|
||||
pre_stop_cmd:
|
||||
- "/bin/true"
|
||||
|
||||
Reference in New Issue
Block a user