Class: OodCore::BatchConnect::Templates::WayVNC
- Inherits:
-
OodCore::BatchConnect::Template
- Object
- OodCore::BatchConnect::Template
- OodCore::BatchConnect::Templates::WayVNC
- Defined in:
- lib/ood_core/batch_connect/templates/wayvnc.rb
Overview
A batch connect template that starts up a wayvnc server attached to a wayland compositor launched by the app's main script. wayvnc exposes its built-in websocket server directly on a port chosen by this template (no websockify), so noVNC connects straight to it.
Instance Attribute Summary
Attributes inherited from OodCore::BatchConnect::Template
Instance Method Summary collapse
-
#initialize(context = {}) ⇒ WayVNC
constructor
A new instance of WayVNC.
Methods inherited from OodCore::BatchConnect::Template
Constructor Details
#initialize(context = {}) ⇒ WayVNC
Returns a new instance of WayVNC.
48 49 50 |
# File 'lib/ood_core/batch_connect/templates/wayvnc.rb', line 48 def initialize(context = {}) super end |