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

63 points
*

Cool app at first glance!

I always wonder why some open source projects choose discord and not matrix?

permalink
report
reply
33 points

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

permalink
report
parent
reply
71 points

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

permalink
report
parent
reply
25 points

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

permalink
report
parent
reply
14 points

By that logic, why are you on lemmy?

permalink
report
parent
reply
3 points

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

permalink
report
parent
reply
20 points

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

permalink
report
parent
reply
-3 points

That’s a client issue, not a protocol issue

permalink
report
parent
reply
9 points
*

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.

permalink
report
parent
reply
13 points
*

Matrix is a terrible experience, honestly. It’s incredibly slow and their “servers” don’t really function as a community as much as a series of chat groups. I’m not fond of opening my chat app and then staring at it for 10-15 seconds while it loads all the new messages. And yes, I’ve tried different servers.

Discord is feature-rich. And now has the option to submit posts, which drastically increases usability and searchability. But it does have a big problem with privacy and ads.

Projects like this are much better suited for something like Gitlab.

permalink
report
parent
reply
6 points

matrix.org works just fine. Nowadays, the experience is as good as on any other chat app

permalink
report
parent
reply
1 point

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.

permalink
report
parent
reply
0 points
*

Beg to differ. Not all of us want to be Beta_testers

permalink
report
parent
reply
2 points

Element on iOS is absolutely, definitely, slow!

Desktop is better or worse or the same?

permalink
report
parent
reply
1 point

Pretty much the same

permalink
report
parent
reply
1 point
Deleted by creator
permalink
report
parent
reply
13 points

I wonder why they don’t just set up a forum

permalink
report
parent
reply
5 points

Perhaps they could create a community on programming.dev

permalink
report
parent
reply
9 points

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

permalink
report
parent
reply
2 points

probably because Discord is more widespread than Matrix

permalink
report
parent
reply
1 point

Even cooler page to sell you on the app. Very smooth gifs

permalink
report
parent
reply
1 point

Gifs are the USP

permalink
report
parent
reply
29 points

Is there the potential for SingleFile html archives rather than pdf & screenshots? I’d imagine it’d be a fair bit smaller file.

permalink
report
reply
18 points

Or other standard archiving formats like WARC.

There also is https://github.com/ArchiveBox/ArchiveBox which looks a bit similar.

permalink
report
parent
reply
25 points

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.

permalink
report
reply
5 points

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

permalink
report
parent
reply
15 points
*

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.

permalink
report
parent
reply
4 points

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).

permalink
report
parent
reply
1 point

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

permalink
report
parent
reply
3 points

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

permalink
report
parent
reply
4 points

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

permalink
report
parent
reply
1 point

Definitely a fair point, always good to see that in a project

permalink
report
parent
reply
16 points

Using it since 2 months now and I really like it. Was totally worth a donation👍

permalink
report
reply
7 points

Thanks!

permalink
report
parent
reply
14 points
*

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.

permalink
report
reply

Selfhosted

!selfhosted@lemmy.world

Create post

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.

Rules:

  1. Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it’s not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

Community stats

  • 4.7K

    Monthly active users

  • 3.2K

    Posts

  • 71K

    Comments