Skip to content

Commit 5b79420

Browse files
upd(novnc): remove old references (#62)
1 parent 59d3394 commit 5b79420

File tree

3 files changed

+1
-26
lines changed

3 files changed

+1
-26
lines changed

images/chromium-headful/image-chromium/entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
set -e
33

44
./start_all.sh
5-
./novnc_startup.sh
65

76
python http_server.py > /tmp/server_logs.txt 2>&1 &
87

images/chromium-headful/image-chromium/novnc_startup.sh

Lines changed: 0 additions & 21 deletions
This file was deleted.

images/chromium-headful/run-docker.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN_ARGS=(
4343
--mount type=bind,src="$FLAGS_FILE",dst=/chromium/flags,ro
4444
)
4545

46-
# noVNC vs WebRTC port mapping
46+
# WebRTC port mapping
4747
if [[ "${ENABLE_WEBRTC:-}" == "true" ]]; then
4848
echo "Running container with WebRTC"
4949
RUN_ARGS+=( -p 8080:8080 )
@@ -55,9 +55,6 @@ if [[ "${ENABLE_WEBRTC:-}" == "true" ]]; then
5555
RUN_ARGS+=( -e NEKO_WEBRTC_NAT1TO1=127.0.0.1 )
5656
RUN_ARGS+=( -p 56000-56100:56000-56100/udp )
5757
fi
58-
else
59-
echo "Running container with noVNC"
60-
RUN_ARGS+=( -p 8080:6080 )
6158
fi
6259

6360
docker rm -f "$NAME" 2>/dev/null || true

0 commit comments

Comments
 (0)