You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating an Ubuntu Snap package to make noVNC easier to deploy.
Checks for the websockify binary in both the PATH (using which) and in the location where the Snap package places the binary. This is necessary for noVNC to be usable in a Snap. It doesn't affect the original functionality of git cloning websockify if it's not found in PATH or the Snap location.
base: core18 # the base snap is the execution environment for this snap
3
+
version: '1.1.0'
4
+
summary: Open Source VNC client using HTML5 (WebSockets, Canvas)
5
+
description: |
6
+
Open Source VNC client using HTML5 (WebSockets, Canvas).
7
+
noVNC is both a VNC client JavaScript library as well as an application built on top of that library. noVNC runs well in any modern browser including mobile browsers (iOS and Android).
0 commit comments