From bfbf965cca57a269d50b357d49090237295c8756 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 14 Mar 2024 01:27:59 -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 23d2b54..f151431 100644 --- a/Chromium-Install.md +++ b/Chromium-Install.md @@ -131,7 +131,7 @@ docker compose down --remove-orphans # edit docker-compose.yml to remove/comment out the novnc: section # test it all out by archiving something hosted on one of the domains you logged in to -docker compose add 'https://example.com/some/site/requiring/login.html' +docker compose run archivebox add 'https://private.example.com/some/site/requiring/login.html' # check the SingleFile, Screenshot, DOM, or PDF snapshot output (only these use the Chrome profile) # make sure the content appears as your logged-in user would see it ```