diff --git a/docs/src/content/docs/archiving.md b/docs/src/content/docs/archiving.md index 0763832..a93b4c2 100644 --- a/docs/src/content/docs/archiving.md +++ b/docs/src/content/docs/archiving.md @@ -11,9 +11,7 @@ Linkding can automatically create HTML snapshots whenever a bookmark is added. T The snapshots are created using [singlefile-cli](https://github.com/gildas-lormeau/single-file-cli), which effectively runs a headless Chromium instance on the server to convert the web page into a single HTML file. Linkding will also load the [uBlock Origin Lite extension](https://github.com/uBlockOrigin/uBOL-home) into Chromium to attempt to block ads and other unwanted content. - This method is fairly easy to set up, but also has several downsides: - The Docker image is significantly larger than the base image, as it includes a Chromium installation.