Live data from Hacker News

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

github.com

21–30 of 34 posts

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

#21
post #10

I've used Raindrop for a long time ( https://raindrop.io ) to store a bookmark of all articles I read, categorised in months. It's been interesting to see the variations in "slow" months and busier months. I can see that I'm desparate to read stuff when I'm bored for example. The one thing missing in Shiori for me to replace it would be a share extension for mobile. I use several different browsers and also often rea…

Yes, such a feature is a must-have for me as well

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

#22
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…

Sir, where have you been? I've been looking for exactly this, a self-hosted pinboard clone. A look and feel like miniflux [1] - there's something timeless about it. I also appreciate the public frontend. This looks like a great project. Have you sensed a need to add postgres/mysql support or perhaps that's overkill? Any plans to implement archiving?

I would love details on a docker build for my own homelab. I don't know Haskell, but perhaps it's time to tinker with something new.

[1]: https://miniflux.app/

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

#23
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…

Sir, where have you been? I've been looking for exactly this, a self-hosted pinboard clone. A look and feel like miniflux [1] - there's something timeless about it. I also appreciate the public frontend. This looks like a great project. Have you sensed a need to add postgres/mysql support or perhaps that's overkill? Any plans to implement archiving? I would love details on a docker build for my own homelab. I don't k…

Thanks! I agree minimal is best.

SQLite's been excellent. Postgres wouldn't be hard to switch to in the future but I don't think I need it yet.

My initial need was met by delegating archiving to http://archive.li . Click the green checkbox next to the bookmark to access the archived page . While not a full mirror, I like having them as the permanent custodian.

I'll probably work on getting a release up that doesn't require a build from source such as docker or bits pretty soon.

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

#26
I've been relying on Hacker News "upvoted submissions" and Twitter's "likes" to avoid losing interesting links forever. And also browser bookmarks, synchronized or not. Kind of low tech.

Wondering if I'm missing out by neglecting bookmark managing tools. They sure would have to integrate seamlessly with my browsing habits for them to stick.

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

#28

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

I wish people differentiate various web based bookmark services from actual browser bookmark synchronizers.

After xmarks' demise it was really hard to find correct replacement due to the above. I want to use native bookmarks in my browser instantly including locator search etc.

I ended up using awesome xBrowserSync which has cross firefox/chrome extensions to sync bookmarks. I self host with excellent and compact https://github.com/ishani/xSyn server written in go. Though you could use public servers as it's client side encrypted and anonymous.

Post reply on HN