From 8bbe2a243abe12d04d9b1d70a4fdb2ca352e62cd Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 14 Mar 2024 00:16:45 -0700 Subject: [PATCH] Updated Chromium Install (markdown) --- Chromium-Install.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Chromium-Install.md b/Chromium-Install.md index 7771e8e..d50321e 100644 --- a/Chromium-Install.md +++ b/Chromium-Install.md @@ -69,9 +69,10 @@ You may choose to set up a Chrome/Chromium user profile in order to use your coo ### Docker Setup -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 (which is less complicated than it sounds). +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 some config settings to your `docker-compose.yml`. This will provide a virtual desktop environment that can be controlled from your browser over HTTP+VNC, letting you log in to sites using ArchiveBox's browser remotely: +1. Add a `novnc` container and these settings to your `docker-compose.yml`. + (`novnc` provides a virtual desktop environment that lets you remote-control ArchiveBox's Chrome from your browser) `docker-compose.yml`: ```yaml