Commit Graph

223 Commits (fde088ce65b977bc504e09f56119ffa20dba7596)
 

Author SHA1 Message Date
Kasm 7e5c8c9ad3
Update .gitlab-ci.yml 4 years ago
Kasm 48bc79162a
Added gitlab pipeline 4 years ago
Kasm 41d518eda4
Merge pull request #16 from kasmtech/create_ubuntu_packages
Create Ubuntu 18.04 package
4 years ago
matt 2813e7fe09 Fixes to webcode for Kasm CDI 4 years ago
Lauri Kasanen a4e70ff56b Remove less-than-256-colors indexed limit for small rects 4 years ago
Lauri Kasanen 83c83f43ef Add a parameter for separate SSL key 4 years ago
Dmitry Maksyoma a4369e8897 Deb: apt -> apt-get, cause apt doesn't have a stable interface 4 years ago
Dmitry Maksyoma 5ffe76f08d Deb: don't install libjpeg-dev on deb test image
Dependencies should be pulled by the package.
4 years ago
Dmitry Maksyoma 1486f3f4c2 Deb: use /etc/kasmvnc/server.pem cert in builder/test-deb 4 years ago
Dmitry Maksyoma b8c380d17f Deb: move self-signed cert to /etc/kasmvnc 4 years ago
Dmitry Maksyoma fc91e4d622 Don't use "sodu docker", just "docker" 4 years ago
Dmitry Maksyoma 2a64e062c4 Gitignore builder/www, builder/build 4 years ago
Dmitry Maksyoma 955183dcf0 Use/build ./builder/www when building tarball 4 years ago
Dmitry Maksyoma d98157f3fc Merge remote-tracking branch 'origin/webpack2' into create_ubuntu_packages 4 years ago
Dmitry Maksyoma 945f9a07a3 Deb: exclude .eslintrc 4 years ago
matt 4394ab6edd Merge branch 'webpack2' of https://github.com/kasmtech/KasmVNC into webpack2 4 years ago
matt 76f8d905f0 added dockerfile build process for www 4 years ago
matt de4ddcb154 Fix auth error and build permissions 4 years ago
arsenmanukyan94 b9cdecc34c update gitignore 4 years ago
matt d71734a206 initial commit of webpack 4 years ago
Dmitry Maksyoma 2b801e3397 Deb: remove obsolete code 4 years ago
Dmitry Maksyoma 543796d6a4 Deb: automated build chain draft ready 4 years ago
Dmitry Maksyoma 4558750348 Deb: remove a TODO comment 4 years ago
Dmitry Maksyoma be854aef68 Add www dir detection to vnc_startup.sh 4 years ago
Dmitry Maksyoma 59382451dc Deb: build-deb now builds a .deb for Ubuntu 18
It builds the builder image first, then proceeeds to building .deb
inside it, and the result is put into the parent (../) directory.
4 years ago
Dmitry Maksyoma 702f817845 Deb: add build-tarball and build-deb commands WIP 4 years ago
Dmitry Maksyoma 5154f86b60 Deb: add lots of libraries as build dependencies
This way, no need to copy that over multiple dockerfiles, and is a best
practice.
4 years ago
Dmitry Maksyoma d82d67762e Merge branch 'feature/12_ubuntu_20' into create_ubuntu_packages 4 years ago
Dmitry Maksyoma f1b3e0f6de Deb: remove redundant code 4 years ago
Dmitry Maksyoma c6d3c5271c Deb: exclude Node scripts from the package 4 years ago
Dmitry Maksyoma eaa5c24439 Generate self-signed cert in /etc/ssl/private/kasmvnc.pem
I piggyback on ssl-cert package that's got ssl-cert group and the
directory /etc/ssl/private, the group can read files from (but not list
files there). Thus, by adding a user to ssl-cert group, they can read
both ssl-cert certificates and the KasmVNC certificate.o

Note: currently, KasmVNC only supports one file that must contain both
private and public keys. For this reason, I didn't use the snakeoil
certificate from ssl-cert, as it's split into two files.
4 years ago
Dmitry Maksyoma a7e7deaf99 Deb: add as vncserver, etc alternative 4 years ago
Dmitry Maksyoma f8c3d981bf Deb: update dependencies, add Provides: vnc-server 4 years ago
Dmitry Maksyoma a1089dd356 Deb: XkasmVnc -> Xkasmvnc 4 years ago
Dmitry Maksyoma 1f266ad206 Add dependencies on python and xorg to .deb 4 years ago
Dmitry Maksyoma 54f163a44c Exclude .git* files from .deb 4 years ago
Dmitry Maksyoma 251b8a6388 -beta -> ~beta for .deb 4 years ago
Dmitry Maksyoma fccd9d29cd Update debian/copyright to include libwebp license 4 years ago
Dmitry Maksyoma bab0412bc5 Add man pages and improve file locations in .deb 4 years ago
Dmitry Maksyoma 0b4804a3a9 Properly name binaries in .deb 4 years ago
Dmitry Maksyoma f1291cb520 Draft .deb build system ready 4 years ago
Dmitry Maksyoma dabf7d4d5e Clean up Makefile I use to fake-build source 4 years ago
Dmitry Maksyoma 86c6ae566c Debian package spike. Using ../release as bin/ source. 4 years ago
matt 55f9755dbd Added build docker images for debian and others 4 years ago
Lauri Kasanen 481b063eb7 Fix missing init for DLP timestamps 4 years ago
Kasm ef23f13045
Update README.md
missing step in instructions
5 years ago
matt 28d19cd556 Disable VNC password, fix bug when running inside Kasm VDI 5 years ago
Lauri Kasanen 531705c05c Remove set-desktop-size perms from read-only clients 5 years ago
Lauri Kasanen 1f69d1584a Prevent read-only clients from changing kasm settings 5 years ago
Lauri Kasanen a27744bca6 Enable TLS 1.1 and 1.2 5 years ago