From 5ccb8882aa570664b39ecac702eb88e1ce585c05 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 14 Mar 2024 01:33:33 -0700 Subject: [PATCH] Updated Chromium Install (markdown) --- Chromium-Install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Chromium-Install.md b/Chromium-Install.md index fe595cc..0f2ed8e 100644 --- a/Chromium-Install.md +++ b/Chromium-Install.md @@ -108,17 +108,17 @@ services: - "8080:8080" ``` -2. Start the `novnc` container in the background: +2. Start the `novnc` window server container ```bash docker compose up -d novnc # wait a few seconds for novnc to start... ``` -3. Start ArchiveBox's browser inside Docker +3. Start ArchiveBox's Chrome inside Docker ```bash docker compose run archivebox /usr/bin/chromium-browser --headless=false --user-data-dir=/home/archivebox/chrome_profile ``` -(make sure the `DISPLAY` environment variable is set above so it opens in `nonvc`'s X-window server) +(make sure the `DISPLAY` environment variable is set above so it renders Chrome in `nonvc`'s X-window server) 4. Open [`http://localhost:8080`](http://localhost:8080) in your browser. You should see a remote linux desktop shown with Chrome open, allowing you to remote-control ArchiveBox's browser and use it to log into any sites where you want to save credentials.