I have settled on https://readeck.org/ it's absolutely brilliant. It supports postgres and a service with systemd. omnom looks promising, will keep an eye on it.
Omnom: Self-hosted bookmarking with searchable, wysiwyg snapshots
11–20 of 62 posts
Re: Omnom: Self-hosted bookmarking with searchable, wysiwyg snapshots
#12I have settled on https://readeck.org/ it's absolutely brilliant. It supports postgres and a service with systemd. omnom looks promising, will keep an eye on it.
Re: Omnom: Self-hosted bookmarking with searchable, wysiwyg snapshots
#13Pros: - stores data in your icloud - stores a copy where possible - full-text search
Cons: - not open-source - works on mac/ios only
Re: Omnom: Self-hosted bookmarking with searchable, wysiwyg snapshots
#14That said, the snapshot search either isn't working, or isn't doing what I'd expect it to do. If I search for `fsf`, the snapshot search finds the FSF's website. But if I search for text that appears in the snapshot of the homepage (e.g. "sysop" or "sysops"), then I get no results.
I would expect the snapshot search to work roughly like Google, but for these limited snapshots of pages, but it appears to only search the URLs, maybe the page titles?
Re: Omnom: Self-hosted bookmarking with searchable, wysiwyg snapshots
#15Re: Omnom: Self-hosted bookmarking with searchable, wysiwyg snapshots
#16I've wanted something like this for a while, although I've not looked into it much. That said, the snapshot search either isn't working, or isn't doing what I'd expect it to do. If I search for `fsf`, the snapshot search finds the FSF's website. But if I search for text that appears in the snapshot of the homepage (e.g. "sysop" or "sysops"), then I get no results. I would expect the snapshot search to work roughly li…
Re: Omnom: Self-hosted bookmarking with searchable, wysiwyg snapshots
#17Earlier quoted context omitted.
the difference is, that archive.ph snapshots something in headless. omnom snapshots the exact same state that your browser is displaying you. so if there is js interactions that change the dom, those will be snapshotted, unlike with archive.ph. also lets not forget that archive.ph wraps everything in their own frame and has their own way of mangling the result. not in a bad way, it's just not the original as it would…
Archive.ph is often used, because the "js interactions that change the dom" is typically a paywall. And you won't want it.
Re: Omnom: Self-hosted bookmarking with searchable, wysiwyg snapshots
#18I have a static web page with a table of A href's. Source controlled under git. Problem solved.
Re: Omnom: Self-hosted bookmarking with searchable, wysiwyg snapshots
#19Re: Omnom: Self-hosted bookmarking with searchable, wysiwyg snapshots
#20But, I'll definitely check out Omnom too!