1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-29 17:19:53 +02:00

Updated Chromium Install (markdown)

Nick Sweeting
2024-03-14 01:33:53 -07:00
parent 5ccb8882aa
commit ff940a1c6d

@@ -87,7 +87,7 @@ You may choose to set up a Chrome/Chromium user profile in order to use your coo
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). 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 these settings to your `docker-compose.yml`. 1. Add a `novnc` container and these settings to your `docker-compose.yml`.
([`novnc`](https://github.com/theasp/docker-novnc) runs an [Xvfb](https://www.x.org/releases/X11R7.6/doc/man/man1/Xvfb.1.xhtml) + [Fluxbox](http://www.fluxbox.org/) desktop environment that lets you remote-control ArchiveBox's Chrome) ([`novnc`](https://github.com/theasp/docker-novnc) runs an [Xvfb](https://www.x.org/releases/X11R7.6/doc/man/man1/Xvfb.1.xhtml) + [Fluxbox](http://www.fluxbox.org/) desktop environment that lets you remote-control ArchiveBox's Chrome via VNC)
`docker-compose.yml`: `docker-compose.yml`:
```yaml ```yaml