Cleaned up and working, using websockify from the Ubuntu apt repo
This commit is contained in:
parent
2db25e43b9
commit
4cbdf994a3
|
|
@ -6,26 +6,15 @@ description: |
|
||||||
Open Source VNC client using HTML5 (WebSockets, Canvas).
|
Open Source VNC client using HTML5 (WebSockets, Canvas).
|
||||||
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).
|
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).
|
||||||
|
|
||||||
grade: devel # must be 'stable' to release into candidate/stable channels
|
grade: stable
|
||||||
confinement: devmode # use 'strict' once you have the right plugs and slots
|
confinement: strict
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
novnc:
|
novnc:
|
||||||
source: https://github.com/tkedwards/noVNC.git # https://github.com/novnc/noVNC/archive/v$SNAPCRAFT_PROJECT_VERSION.tar.gz
|
source: https://github.com/novnc/noVNC/archive/v$SNAPCRAFT_PROJECT_VERSION.tar.gz
|
||||||
plugin: dump
|
plugin: dump
|
||||||
source-type: git # only until my changes get commited
|
stage-packages:
|
||||||
build-packages: # only until my changes get commited
|
- websockify
|
||||||
- git
|
|
||||||
#stage-snaps:
|
|
||||||
# - websockify
|
|
||||||
websockify:
|
|
||||||
source: https://github.com/novnc/websockify
|
|
||||||
plugin: dump
|
|
||||||
source-type: git
|
|
||||||
build-packages:
|
|
||||||
- git
|
|
||||||
organize: # avoid filename conflicts with files from the novnc part
|
|
||||||
'*': utils/websockify/
|
|
||||||
apps:
|
apps:
|
||||||
novnc:
|
novnc:
|
||||||
command: utils/launch.sh
|
command: utils/launch.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue