Ask HN: What Bookmark Manager (Self Hosting Only) Do You Use?

6 points by ekianjo ↗ HN
Hi. I was using Shiori (https://github.com/go-shiori/shiori) until recently but it looks like it's now archived and will not be updated anymore. I am looking for something similar and ideally with several maintainers that I could self host. Any suggestion?

7 comments

[ 3.8 ms ] story [ 29.7 ms ] thread
Wallabag. It's fantastic and I use it daily!
Does a software which helps you saving bookmarks really need several mainteners? Why can't it be just "finished" and no longer be developed? Does saving bookmarks really need to be (no matter how)"hosted"?
I used to store my bookmarks, under revision control, in a simple file which I'd open locally. The data was wrapped with jQuery to make a simple filterable/searchable view.

However browser changes mean that executing javascript from file:// resources no longer works. So it became less appealing:

https://github.com/skx/bookmarks.public/

(Running a simple HTTP-server and opening "localhost:1234/bookmarks/" worked, but it was too annoying for me.

So these days I just dumped them all to an org-mode file, ~/Org/BOOKMARKS.org, and filter/search via emacs.