add logic to support isolation URLs bump kasm for bugfix on touch devices

This commit is contained in:
thelamer 2024-02-13 13:40:32 -08:00
parent 7b8122046f
commit d4c0b35dd9
3 changed files with 13 additions and 2 deletions

View File

@ -2,7 +2,7 @@
FROM node:12-buster as wwwstage
ARG KASMWEB_RELEASE="75d4f9c57c1a0e99f045270006376f75be44f609"
ARG KASMWEB_RELEASE="54b9bac920267e902af3c9dfca4c0f64cff92f41"
RUN \
echo "**** build clientside ****" && \

View File

@ -2,7 +2,7 @@
FROM node:12-buster as wwwstage
ARG KASMWEB_RELEASE="75d4f9c57c1a0e99f045270006376f75be44f609"
ARG KASMWEB_RELEASE="54b9bac920267e902af3c9dfca4c0f64cff92f41"
RUN \
echo "**** install build deps ****" && \

View File

@ -26,6 +26,17 @@ if [ ! -z ${HW3D+x} ]; then
KASMVNC_HW3D="-hw3d"
fi
# Go URL translation
if [ ! -z ${KASM_URL+x} ]; then
export BRAVE_CLI=$KASM_URL
export CHROME_CLI=$KASM_URL
export EDGE_CLI=$KASM_URL
export FIREFOX_CLI=$KASM_URL
export OPERA_CLI=$KASM_URL
export TOR_CLI=$KASM_URL
export VIVALDI_CLI=$KASM_URL
fi
## Directory setup for home folder ##
# Create folders for upload/download
mkdir -p $HOME/Desktop $HOME/Downloads