From 4bfb221918a856887ca99e6d8033fa2864f348b8 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 12 Apr 2022 15:05:21 -0400 Subject: [PATCH] Updated Chromium Install (markdown) --- Chromium-Install.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Chromium-Install.md b/Chromium-Install.md index 4418a1c..87166cc 100644 --- a/Chromium-Install.md +++ b/Chromium-Install.md @@ -68,9 +68,9 @@ You can download old versions of Chrome in order to match it from https://chromi 1. Install desired chromium version in new directory inside your data folder `./data/chromium` on the host (outside Docker) 2. Run [`vncserver`](https://linux.die.net/man/1/vncserver) as `archivebox` user and run chromium in VNC session to generate cookies, then close VNC session -3. Add the config to `docker-compose.yml` for the chromium data dir and binary mount and config -`docker-compose.yml`: -```yaml +3. Add the config to `docker-compose.yml` for the chromium data dir and binary mount and config + `docker-compose.yml`: + ```yaml services: archivebox: ... @@ -84,9 +84,10 @@ services: ... ... ``` -4. Set the permissions on the chromium dir (may need to be done inside Docker with `docker-compose run --rm archivebox `) - `chmod -R ugo+rwx ./data/chromium/.config/chromium` - `chown -R archivebox:archivebox /data/chromium/` +4. Set the permissions on the chromium dir + `chmod -R ugo+rwx ./data/chromium/.config/chromium` + `chown -R archivebox:archivebox /data/chromium/` + (may need to be done inside Docker with `docker-compose run --rm archivebox `) Now profile is now generated and used by same instance of chrome on docker host and container.