Spyke
selfhosted·Selfhostedbydaniel31x13

Linkwarden - An open-source collaborative bookmark manager to collect, organize and preserve webpages

Greetings everyone! Daniel here, I've been working on Linkwarden part-time over the past few months.

Linkwarden is a self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages.

Key features:

  • 📸 Preserve webpages as Screenshot, PDF, etc. So you can access them even if they are taken down.
  • 👥 Collaborative, so you can share your collections with your friends and colleagues. You can also make them public and share them with the world.
  • 📱 Designed for every screen size, from widescreen monitors down to smartphones.
  • ⚡️ Open source and fully self-hostable!
  • ✨ And so many more features! (Literally, just didn't want to make this post too long. Check out the Github repo and Website for more info...)

If you like what we're doing, you can support the project by either starring ⭐️ the repo to make it more visible to others or by subscribing to the Cloud plan (which helps the project, a lot).

Things like mobile app (PWA) are already on the project roadmap and I'm so excited to share them with you in the future.

Feedback is always welcome, so feel free to share your thoughts!

Website: https://linkwarden.app

GitHub: https://github.com/linkwarden/linkwarden

Linkwarden - An open-source collaborative bookmark manager to collect, organize and preserve webpageshttps://github.com/linkwarden/linkwardenOpen linkView original on lemmy.world
Sanguinereply
lemmy.world

Matrix is cool but its user base is not there yet.

38
TheSausreply
lemmy.dbzer0.com

Then stop driving people to discord alone, at least use both so there’s an option

75
lemmy.zip

So... split the user (and support) base while invariably emphasizing the shortcomings of Matrix?

25
variantsreply
possumpat.io

You can link them together at least that's how the discord and matrix chats are for our instance are. I can chat from discord and get replies from people in matrix

38
lemmy.zip

Ah, I was not aware of a way to bridge two channels/servers entirely. I know there are bots that people use to bridge their user accounts though.

If it is fully seamless? Sure. But I don't know why you are bothering then. But if it adds a "Bot" tag or any other hoops, you are still just making a worse experience for everyone. We ran into this back in the IRC days all the time.

7

You can create a webhook in Discord and in Matrix that will share messages in channels back and forth

8
Sanguinereply
lemmy.world

And I'm on matrix too, but I'm just an individual. If I were trying to advertise my project I'd probably use discord / reddit as well tbh

3
programming.dev

Why not both?

Also, if all projects advertised only the largest platforms, how would small platforms grow?

8
Fredolreply
lemmy.world

Discord and matrix are not searchable, they shouldn't be used at all

21
lemon_nadereply
sh.itjust.works

not a protocol issue

It is. There's no way for search engines to join all the servers and index them all, thus there's no way to efficiently find information on them without already being there.

10

The problem is many people are using them like forums, so a lot of potentially useful info is lost (which is more of an user issue than anything else)

9
Fredolreply
lemmy.world

That's the problem, discussions should happen on the open web, not hidden in chatrooms

6

it's not literally hidden, but it's not easily searchable because since it's a chat, it's not indexable on search engines. A forum is a better solution to avoid the same questions being asked 1000x and to expose great solutions and advices.

3
ericjmoreyreply
programming.dev

Element is the thing that's subpar (to be generous) compared to other chat apps. Element X is better for the features that have been implemented, but the current feature set is very incomplete.

1
brbpostingreply
sh.itjust.works

Element on iOS is absolutely, definitely, slow!

Desktop is better or worse or the same?

2

I think Matrix suffers from some issues with large communities, for instance Graphene OS has already had to abandon 2-3 of their main group chats due to same bug and last time I checked (2-3 months ago) there has even been talks of switching to Discord. That is, just in case, a community of some of the most diehard privacy nerds btw

9
lemmy.ca

Thank you for including oAuth options for sign on. Makes a big difference being able to use the same account for all the things like freshRSS, seafile, immich etc.

28
Kirreply
feddit.it

I'm intrigued. How does it work? Do you have a link or an article to point me to?

5
Lem453reply
lemmy.ca

The general principle is called single sign on (sso).

The idea is that instead of each all keeping track of users itself, there is another app (sometimes called an identity provider) that does this. Then when you try to log into an app, it takes to the to login of your identity provider instead. When the IP says you are the correct user, it sends a token to the app saying to let you access your account.

The huge benefits are if you are already logged into the IP on a browser for example, the other apps will login automatically without having to put in your password again.

Also for me the biggest benefit is not having to manage passwords for a large number of apps so family that uses my server have 1 account which gives them access to jellyfin, seafile, immich, freshrss etc. If they change that password it changes it for everything. You can enforce minimum password requirements. You can also add 2FA to any app now immediately.

I use Authentik as my identity provider: https://goauthentik.io/https://goauthentik.io/

There's good guides to settings it up with traefik so that you get let encrypt certificates and can use traefik for proxy authentication on web based apps like sonarr. There are many different authentication methods an app can choose to use and Authentik essentially supports everything.

https://youtu.be/CPURnYaW3Zk

SSO should really be the standard for self hosted apps because this way they don't have to worry about ensuring they have the latest security for user management etc. The app just allows a dedicated identity provider to worry about user management security so the app devs can focus on just the app.

17
danreply
upvote.au

Authentik is pretty good. Authelia is good too, and lighter weight.

You can combine Authelia with LLDAP to get a web UI for user management and LDAP for apps that don't support OpenID Connect (like Home Assistant).

4
Lem453reply
lemmy.ca

If you have to add a whole other app the match what authentik can do, is authelia really lighter weight?

Im joking because authentik does takes a decent chunk of ram but having all protocols together is nice. You can actually make ldap authentication 2FA if you want.

1
danreply
upvote.au

Interesting... How does Authentik do 2FA for LDAP?

I'm going to try it out and see how it compares to Authelia. My home server has 64GB RAM and I have VPSes with 16GB and 48GB RAM so RAM isn't much of an issue :D

1

LDAP sends username and password over the network though... It doesn't use regular web-based authentication. How would it add 2FA to that?

1

Thank you for the detailed answer! It seems really interesting and I will definitely give a try on my server!

1
subtextreply
lemmy.world

Although in the subscription version, SSO is not available unless you purchase the “Contact Us” version. https://sso.tax would like a word.

3
Lem453reply
lemmy.ca

Free for self hosted which is probably what matters to most here

4

I’ve been using ArchiveBox, this looks a bit more feature-full than ArchiveBox although it seems like ArchiveBox has been pretty stable. Anyone have experience with both, can vouch for the pros and cons?

I may take some time to compare the two. After taking another look at Linkwarden I get the impression it may handle archiving pages differently than ArchiveBox, which isn’t a bad thing it may just not fit the usage of everyone who uses ArchiveBox. The presentation and UI look really good, which is something I find ArchiveBox suffers a bit from.

14

I actually tried to build Raindrop.io-clone like this one one day, but never got the time to work fully on it... Congrats OP!

12

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer LettersMore Letters
IPInternet Protocol
NASNetwork-Attached Storage
SMTPSimple Mail Transfer Protocol
SSOSingle Sign-On

4 acronyms in this thread; the most compressed thread commented on today has 14 acronyms.

[Thread #412 for this sub, first seen 8th Jan 2024, 22:05] [FAQ] [Full list] [Contact] [Source code]

9

Pretty sure the IP detected was a user talking about ‘identity provider(s)’ and not Internet Protocol.

9
eduardmreply
lemmy.world

Do you have any particular way of organizing the links themselves? I've moved to hosting all my bookmarks in Obsidian as well and am curious as to how others go about it

2
programming.dev

What value can this bring me over features available using a Mozilla (Firefox) account and the Official Wayback Machine Browser Extension?

6
lemmy.world

Collaboration, making your collections public, better organization, self-hostedness (idk if that's a word), better UI and so on...

14
MashedTechreply
lemmy.world

I'm very curious... Why do you feel locked in by raindrop? I like that it can regularly upload exports to my Google drive and I can Always download them as html and csv.

0

I can imagine that news orgs won't like having publicly available backups of their subscriber only content. Is this a problem that has been considered?

Also, somewhat related, are the plans to turn this a little bit into a P2P archive.org? I mean, if multiple people store snapshots of webpages at different times, the timeline could be rebuilt using their publicly available snapshots.

CC BY-NC-SA 4.0

4

are the plans to turn this a little bit into a P2P archive.org?

Now that would be cool!

9
lemmy.zip

Yeah. I expect basically any publicly available instances to get C&Ds REAL fast.

And a p2p archive.org will basically never work. For the same reasons that the various NSFW lemmy instances get defederated from almost instantly. Because there is room for discussion on sites that highlight nudity in movies. There isn't much room to discuss when it is nothing but revenge porn, "fappening links", ripped OF content, and (inevitably) child porn.

Stuff like this... I am sure there are niches but I am not seeing a lot of benefit over either a folder or a notes app that lets me upload PDFs (or even just google drive). But once you try to build a "community" you are going to have the same moderation issues amplified a hundred fold.

4
essteeyoureply
lemmy.world

Sorry for off-topic, but why do your comments end in a license link?

2

I think they do it to be funny (I hope). Like making fun of the folks on Facebook who write stuff like "I hearby declare that all of my posts are my property and can't be harvested for data" or whatever.

2

It refers to some old forum signature iirc. I saw an explanation of it in some other Lemmy thread some time ago, though I don't exactly remember where or when.

1

looks very nice, thanks. would appreciate better documenting of SMTP options (login & password) and support for Authelia.

4

I wish it was database agnostic. And I'm slightly concerned about the version three rewrite.

It does look awesome, and I'll revisit it to see where things are in six months.

4
lemmy.world

My question is: what's wrong with browser bookmarks and something SIMPLE to sync them between like devices like floccus (+ webdav server)?

3
lemmy.world

Content changes or disappear.

For fun, I booted up a old 2005 laptop with windows xp on it. The bookmarks were all dead. And most weren't archived in any way.

There's were many browser games I used to play that is completely lost in time.

8
TCB13reply
lemmy.world

How would browser games survive with that solution tho? They most likely require some server...

2
ludreply
lemm.ee

Most browser games are quite simple and aren't running on a remote server.

3

Lmao funny that this comes up... i just downloaded the full 1.5TB data set a couple days ago... took nearly 10 hours to unpack. I'm going to be that any flash game you can remember has been backed up and is playable.

2
lm.boing.icu

Games from that time were actually running mostly in your browser. Meaning that the host, for example Miniclip served you the JavaScript and other files of the game which were then executed locally. So technically you could archive those games as long as you can load them up at least once initially.

1
centofreply
lemm.ee

If you logged and saved all the files the first one requested you could potentially make it work. You could manually change of the file paths in the html if you only doing a few of them. There's only like 10 or so paths that would need to be modified. The PHP ones are likely harder to make work as php is a server side language and you don't likely have easy access to PHP server and everything that goes with it.

Anyway thanks for the link to to mynoise.net. It looks like a well designed, carefully crafted website.

0
TCB13reply
lemmy.world

Yes yes, but what about magic / automated solutions? Wasn't that the great advantage of Linkwarden?

1

It's an open source solution designed to scale to what the web was originally designed for and excels at. Documents. Specifically hyperlinked documents or webpages. You can't reasonably expect an archival service to archive something that is by definition not static like an interactive web app.

0

So is this like a self-hosted equivalent to pinboard.in? Can I import all my existing Pinboard bookmarks including their tags?

3
lemmy.ca

Has anyone been able to get the Firefox extension to work with a self-hosted installation? It's not accepting my login address.

3
lemmy.ca

Yeah, I'm doing that and it isn't working on ff for windows or android.

I can log into the same address on my browser no problem.

2

Strange 🤔

I have no problems with Firefox on Fedora 39 or FF on Windows 11.

Extension is not available on FF in Android. How did you try that?

1
lemmy.ca

Extension is not available on FF in Android. How did you try that?

I'm using Iceraven, but if you visit the FF Add-on website and to to desktop mode, I can install pretty much any extension.

I'm not sure why it's not working. I'll continue to investigate why it's not connecting.

2
lemmy.ca

Fixed it!

So, there was a closed issue on github: https://github.com/linkwarden/browser-extension/issues/44

And the solution was to reconfigure the pull command to use "ghcr.io/linkwarden/linkwarden:latest" instead of "ghcr.io/linkwarden/linkwarden:main"

It loaded a more recent version of Linkwarded (totally different from the one it had originally) and the extension is working now :)

4

Thanks for your work. I look forward to installing this soon!

Do you have any plans to support importing from similar services such as Raindrop, Omnivore, or Shiori?

3

Can't find the info in the repository. Can I share a collection or specific links via RSS? I built my own application to archive URLs and grab the text content, and I also build a RSS feed from that. Can Linkwarden do something similar?

1

Is it possible for you to make it mobile friendly? How does it compare with raindrop?

1

Something like Wallabag, but modern and not only for article content? 😁

Honestly it looks cool. Also I so much love to see an open source app with fully managed straightforward paid hosting option! Myself I am going to self-host it anyway as I have time to learn and manage my servers, but it is great when trying to recommend app for others or have an option if I get lazy.

1
danreply
upvote.au

Raindrop doesn't seem to be self-hosted? This is the selfhosted community...

5