Hacker News new | ask | show | jobs
by mosselman 4452 days ago
I thought the same thing! I started looking for a self-hosted alternative straight away.
3 comments

The closest thing you can get that is opensource is https://www.wallabag.org/

But it needs more work to be useful to me. For instance, I don't always want to save the contents of the webpage, but just the link along with some notes or tags.

For that case you may use a bookmark manager. For an open-source self-hosted one, check Shaarli : https://github.com/sebsauvage/Shaarli
I have developed a much much simpler variation for myself which is actually nothing more than a personal clone from old school del.icio.us: http://i.imgur.com/7jnTyvC.png

I use it now for almost 5 years and have more than 10 thousands bookmarks in it. If there is any interest, I will put it up on Github.

Thanks, I'd love to take a look at it!
Great, I'll brush it up this weekend and will put it on Github. Do you have an email? How can i let you know?
Cool. Putting a link up here will help.
You may try to install blog (like wordpress or similar) in your on server. With some plugins and themes functionality may be replicated almost 100%.
OwnCloud has a bookmarks app built in with a bookmarklet to save links, and it's all self hosted. I love it :)
Good tip! I didn't think of looking there.