Add authenticated LuCI remote access

This commit is contained in:
benya
2026-06-04 17:25:50 +03:00
parent b722d09edf
commit 785e502b99
13 changed files with 275 additions and 21 deletions

View File

@@ -80,6 +80,8 @@ type RemoteSession struct {
ServerHost string `json:"server_host,omitempty"`
ServerPort int `json:"server_port,omitempty"`
RemotePort int `json:"remote_port,omitempty"`
LuCIPort int `json:"luci_port,omitempty"`
LuCIScheme string `json:"luci_scheme,omitempty"`
LocalHost string `json:"local_host,omitempty"`
LocalPort int `json:"local_port,omitempty"`
CommandID string `json:"command_id,omitempty"`