🖥 Web UI Usage
# Start the server on bare metal (pip/apt/brew/etc):
@@ -678,20 +678,21 @@ It uses all available methods out-of-the-box, but you can disable extractors and
ArchiveBox can be configured via environment variables, by using the `archivebox config` CLI, or by editing `./ArchiveBox.conf` directly.
-
-```bash
-archivebox config # view the entire config
+
+
+Expand to see examples...
+archivebox config # view the entire config
archivebox config --get CHROME_BINARY # view a specific value
-
+
archivebox config --set CHROME_BINARY=chromium # persist a config using CLI
# OR
echo CHROME_BINARY=chromium >> ArchiveBox.conf # persist a config using file
# OR
env CHROME_BINARY=chromium archivebox ... # run with a one-off config
-```
-
-These methods also work the same way when run inside Docker, see the Docker Configuration wiki page for details.
-
+
+These methods also work the same way when run inside Docker, see the Docker Configuration wiki page for details.
+
+
The configuration is documented here: **[Configuration Wiki](https://github.com/ArchiveBox/ArchiveBox/wiki/Configuration)**, and loaded here: [`archivebox/config.py`](https://github.com/ArchiveBox/ArchiveBox/blob/dev/archivebox/config.py).