Most active commenters
  • ikomrad(3)

←back to thread

1222 points phantomathkg | 22 comments | | HN request time: 1.038s | source | bottom
Show context
_def ◴[] No.44064357[source]
> Your export file will include links (URLs) of your saved items. The export does not extract the text of saved links. Additionally, the export does not contain tags or highlights.

boo! without the tags, the links will be mostly useless for me. Every now and then I thought aboyt switching to some self-hosted solution. Should've done it sooner... and I will never trust Mozilla with any service again.

replies(12): >>44064387 #>>44064622 #>>44064633 #>>44064647 #>>44064701 #>>44064943 #>>44064978 #>>44065001 #>>44065605 #>>44065678 #>>44067559 #>>44068746 #
1. sambaumann ◴[] No.44064701[source]
anyone have any good suggestions for a self-hosted option?
replies(11): >>44064773 #>>44064794 #>>44064818 #>>44064924 #>>44064969 #>>44064987 #>>44065180 #>>44065196 #>>44065419 #>>44065657 #>>44066078 #
2. duck ◴[] No.44064773[source]
I've been using https://github.com/sissbruecker/linkding and highly recommend it.
3. pratio ◴[] No.44064794[source]
I use linkding https://github.com/sissbruecker/linkding

Have been hosting it for years, there’s a browser extension and a phone app by a third party developer as well.

I also tried readeck for a while but went back to lindking because of missing features

https://readeck.org/en/

There’s also linkwarden

https://github.com/linkwarden/linkwarden

Too colourful for me, can’t like the design

And there’s also karakeep

https://github.com/karakeep-app/karakeep

replies(2): >>44066185 #>>44125463 #
4. nfriedly ◴[] No.44064818[source]
I've been using Readeck, but I never actually used pocket, so I'm not sure how comparable they are.
5. pkaye ◴[] No.44064924[source]
Karakeep is good. You can import the pocket bookmarks. It can do automatic AI tagging.
6. monooso ◴[] No.44064969[source]
I don't understand the Linkding recommendations.

AFAICT Linkding is a bookmarking app, much like Pinboard, not a read-later app like Pocket.

replies(2): >>44065656 #>>44111360 #
7. InsideOutSanta ◴[] No.44064987[source]
I've tried all of the options: Linkwarden, Linkding, Karakeep, Shiori, Wallabag, Grimoire—you name it, I've tried it. These are all great tools, and I use Karakeep myself, but I use it to bookmark and archive links, not as a "read it later" tool.

In my opinion, no self-hosted read-it-later tool can replace Instapaper or Pocket, as they focus on providing an exceptional reading experience in a native app that works offline. None of the self-hosted tools offer a comparable experience.

So, depending on how you used Pocket, there are either better or no self-hosted options.

I wish Mozilla would open-source Pocket so it could be made into a self-hostable option.

> Wallabag

replies(2): >>44066157 #>>44110536 #
8. akirk ◴[] No.44065180[source]
WordPress + Friends + Post Collection plugins (+send to e-reader), see https://youtu.be/kHaODAUazwE?t=214
9. netghost ◴[] No.44065196[source]
This might come off as dismissive, but after using services like Delicious from way back, I've more or less ended up using Obsidian to edit a few markdown files that contain links to stuff I liked.

I know there are services that offer more, but if I look at how I __actually__ used them, this does the trick.

10. jonotime ◴[] No.44065419[source]
Oh man. I have been working on a side project just for this purpose. The aim is to create a pocket like experience (with additional functionality like handling other media types) that is local first, unhosted, and more future-proof (no lock in).

All data is stored entirely on your device, and you have the option to sync it to your own storage provider like dropbox. This means you don't need to have the technical know-how to setup and maintain a server.

Its not usable yet, as I have rewritten it several times, but in the current iteration it is a client side PWA, so cross platform. Just started a new job so had to take a break for a bit.

Follow if you are interested (I need to update the Readme): https://github.com/jonocodes/savr

11. pratio ◴[] No.44065656[source]
I totally understand you and it seems that a lot of users like myself were using pocket as way to sync bookmarks across devices as well.

Also, linkding offers a way to read it later by using the singlefilextension https://linkding.link/archiving/

replies(1): >>44066922 #
12. cycomanic ◴[] No.44065657[source]
There is readeck, linkwarden and karakeep. Each has a slight different focus (readeck probably has the most read it later focus). There is also omnivore, but I have been struggling to get it to work selhosting (there currently is a bug that prevents signing in), it is also quite resource heavy.
13. asciimoo ◴[] No.44066078[source]
I'm using & developing Omnom (read-only demo: https://omnom.zone/ ). It is self-hosted, free software, fediverse compatible and creates 1:1 snapshots of the saved websites: https://github.com/asciimoo/omnom
replies(2): >>44067415 #>>44073945 #
14. import ◴[] No.44066157[source]
They open sourced some stuff already https://github.com/Pocket
15. enjikaka ◴[] No.44066185[source]
I wrote this Deno script to convert the Pocket CSV export to a Bookmark HTML-file so that it can be imported to Linkding: https://github.com/enjikaka/pocket-to-bookmark
replies(1): >>44144422 #
16. monooso ◴[] No.44066922{3}[source]
Thanks for the clarification.
17. codethief ◴[] No.44067415[source]
Great project name!
18. fivestones ◴[] No.44073945[source]
This looks great! Does it capture the website from what is currently rendered in the browser, or does it get it through a separate get request? In other words, if I am on a site that is only locally available or is logged in, will it still capture the website?
19. ikomrad ◴[] No.44110536[source]
I’m in process of trying different tools.

I broke requirements down to 3 use cases

Links I visit often (general bookmarks) Links I visit once( read later) Links I preserve forever (offline storage)

20. ikomrad ◴[] No.44111360[source]
Linkding is basically a reading list with some extra features like downloading an arching copy , notes, and tags.

I think of Wallabag and Readeck as readers since they render the page in “app” , keep track of your reading progress, and in some cases let you highlight text

21. ikomrad ◴[] No.44125463[source]
What features were missing? I can only think of offline reading.
22. appel ◴[] No.44144422{3}[source]
Thank you! Hope you don't mind, but I took the liberty to have Gemini convert it to python, since I'm not familiar with Deno. Appears to work just fine. I posted a gist here in case it is useful to anyone else: https://gist.github.com/appel/a6accfab384f80cb12c9c20a1075e9...

I'm of course happy to take it down if you do mind, just let me know. And thank you again!