From f5f8097f06b043acb17e61f7b1f5952a9f98d363 Mon Sep 17 00:00:00 2001 From: Mike Helfrich Date: Mon, 20 May 2024 09:09:06 -0400 Subject: [PATCH] CHANGE: Rename the title of the container that is spun up. --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f4da58f..8625396 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,8 +70,9 @@ ENV PATH ${PATH}:/opt/VirtualGL/bin:/opt/TurboVNC/bin ADD entrypoint.sh /entrypoint.sh ADD supervisord.conf /etc/ -# Add a default file to resize, etc for noVNC. +# Add a default file to resize and redirect, rename the title, and adjust icons for noVNC. ADD vncresize.html /usr/share/novnc/index.html +RUN sed -i 's/.<\/title>/<title>Prusaslicer noVNC<\/title>/g' /usr/share/novnc/novnc.html ADD icons/prusaslicer-16x16.png /usr/share/novnc/app/images/icons/novnc-16x16.png ADD icons/prusaslicer-24x24.png /usr/share/novnc/app/images/icons/novnc-24x24.png ADD icons/prusaslicer-32x32.png /usr/share/novnc/app/images/icons/novnc-32x32.png