Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
Port int
SocketPath string
Client *tmux.Client
StateMgr *state.Manager
Tracker *toolevents.Tracker
ActivityTracker *activity.Tracker
PushKeys *webpush.VAPIDKeys
PushStore *webpush.Store
PrefStore *preferences.Store
AuthEnabled bool
PasswordStore *auth.PasswordStore
SessionMgr *auth.SessionManager
TLSConfig *tls.Config
TLSFingerprint string // hex SHA256 of leaf TLS cert (set automatically)
CertReloader *tlscert.CertReloader
CACertPEM string // CA certificate PEM for pairing (empty when using external certs)
PeerMgr *peer.Manager
PeerHandler *peer.Handler
PairingMgr *identity.PairingManager
PTYRelay *peer.PTYRelay
Detector *toolevents.Detector
LocalOnly bool
}
Click to show internal directories.
Click to hide internal directories.