Live data from Hacker News

Show HN: Shiori v1.5 – Self hosted bookmarks manager, now with archival support

github.com

11–20 of 34 posts

Re: Show HN: Shiori v1.5 – Self hosted bookmarks manager, now with archival support

#11
post #6

How about a bookmarks manager that is also a git repo?

I had this for years, but recent security-changes to browsers make it not work: https://github.com/skx/bookmarks.public Will work if you move the bookmark data into the main script, but then it is less easy to maintain and less clear.

It should work with a native messaging extension and app. Browserpass does something similar already. We just need pass-like tool for bookmarks.

Re: Show HN: Shiori v1.5 – Self hosted bookmarks manager, now with archival support

#13
Plugging my self hosted web based bookmark manager as well https://github.com/jonschoning/espial

I like the ingestion via bookmarklet method, as it's low user overhead; just does the job and gets out of your way.

I have 73k bookmarks on my instance, which other sass sites sometimes aren't optimized for, and can be sluggish while filtering searching etc.. (users normally have around 5k)

I can add detail for a docker build if desired, but the build from source is pretty straightforward.

Re: Show HN: Shiori v1.5 – Self hosted bookmarks manager, now with archival support

#15
post #13

Plugging my self hosted web based bookmark manager as well https://github.com/jonschoning/espial I like the ingestion via bookmarklet method, as it's low user overhead; just does the job and gets out of your way. I have 73k bookmarks on my instance, which other sass sites sometimes aren't optimized for, and can be sluggish while filtering searching etc.. (users normally have around 5k) I can add detail for a docker b…

also, let's be honest - the kinds of folks running self hosted software are devs and techies, and no one in the open source self hosted space is feeding their family on these tools.

In that context open source should be like a bazaar where we share ideas and compete a bit, and see what works, and learn from each other. Let a thousand flowers bloom; we aren't talking about seed rounds here.

Re: Show HN: Shiori v1.5 – Self hosted bookmarks manager, now with archival support

#16

Other choices for this problem as usual at https://github.com/Kickball/awesome-selfhosted#bookmarks-and... .

Seems like it's more this category: https://github.com/Kickball/awesome-selfhosted/blob/master/R...

Re: Show HN: Shiori v1.5 – Self hosted bookmarks manager, now with archival support

#19

Really happy to see an update to this. Shaarli is an alternative, but seems to have issues with the default Docker container. However, I would be much happier with an ncurses-based and file-system database for a bookmark manager that uses Markdown front matter or even just a TOML file: https://gohugo.io/content-management/front-matter/ Would be much easier to manage bookmarks and sync them in a directory-tree format.…

Has anyone spoken to you recently about orgmode :)

Yes, I'm aware of orgmode and find it helpful, but I don't think I think it only provides partial features in this instance.
Post reply on HN