From 93ad04a214127394ef8e8cad8e4c0d232b64c7ce Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 18 Mar 2024 13:03:38 -0700 Subject: [PATCH] Updated Chromium Install (markdown) --- Chromium-Install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chromium-Install.md b/Chromium-Install.md index be635c4..a2f0623 100644 --- a/Chromium-Install.md +++ b/Chromium-Install.md @@ -116,11 +116,11 @@ docker compose up -d novnc 3. Start ArchiveBox's Chrome inside Docker ```bash -docker compose run archivebox /usr/bin/chromium-browser --user-data-dir=/home/archivebox/chrome_profile --no-sandbox +docker compose run archivebox /usr/bin/chromium-browser --user-data-dir=/home/archivebox/chrome_profile --no-sandbox --start-maximized --suppress-message-center-popups ``` (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. +4. Open [`http://localhost:8080/vnc.html`](http://localhost:8080/vnc.html) 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. 5. ✅ Close the browser, stop & remove novnc, and then run archivebox normally. It will use the profile stored in `CHROME_USER_DATA_DIR=/home/archivebox/chrome_profile` going forward, you should now be able to archive sites as if you were logged in!