From dfb51ab0018935aec5a0a800e2e6ab2f0cfcb1cc Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 14 Mar 2024 01:32:02 -0700 Subject: [PATCH] Updated Chromium Install (markdown) --- Chromium-Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chromium-Install.md b/Chromium-Install.md index 1302714..fe595cc 100644 --- a/Chromium-Install.md +++ b/Chromium-Install.md @@ -87,7 +87,7 @@ You may choose to set up a Chrome/Chromium user profile in order to use your coo If using ArchiveBox in Docker, the easiest way to set up session credentials is by attaching the ArchiveBox browser to a virtual window server in a sidecar container, and logging in to your sites over VNC (less complicated than it sounds). 1. Add a `novnc` container and these settings to your `docker-compose.yml`. - ([`docker-novnc`](https://github.com/theasp/docker-novnc) provides a virtual [Xvfb](https://www.x.org/releases/X11R7.6/doc/man/man1/Xvfb.1.xhtml) + [Fluxbox](http://www.fluxbox.org/) desktop environment that lets you remote-control ArchiveBox's Chrome from your browser via [noVNC](https://kanaka.github.io/noVNC/)) + ([`novnc`](https://github.com/theasp/docker-novnc) runs an [Xvfb](https://www.x.org/releases/X11R7.6/doc/man/man1/Xvfb.1.xhtml) + [Fluxbox](http://www.fluxbox.org/) desktop environment that lets you remote-control ArchiveBox's Chrome) `docker-compose.yml`: ```yaml