sissbruecker / linkding

Self-hosted bookmark manager that is designed be to be minimal, fast, and easy to set up using Docker.
https://linkding.link/
MIT License
6.45k stars 304 forks source link

Unclear functionality of web archive feature #187

Open arminus opened 2 years ago

arminus commented 2 years ago

Giving linkdig a spin and I really like it so far, but what I don't quite understand is the intended functionality of the web archive feature. So there's a background task which archives every webpage in my database - unless LD_DISABLE_BACKGROUND_TASKS is set to true, right?

IMHO, this at least deserves some more explanation in the docs...?

sissbruecker commented 2 years ago

The web archive feature creates a snapshot of every bookmarked URL on http://web.archive.org/, also known as Wayback machine. The linkding database does not contain the snapshot itself, but only a link to the snapshot on the web archive.

Regarding your other questions:

Documenting this would definitely be helpful, feel free to contribute to the docs.

arminus commented 2 years ago

Thanks, that helps a lot!

gingerbeardman commented 2 years ago

thanks for this info!