this post was submitted on 16 Aug 2024
371 points (98.7% liked)

Selfhosted

60093 readers
1030 users here now

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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, and your account is at least 30 days old, your post is exempt from this rule as long as you continue to engage in comments.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hello everybody, Daniel here!

We're excited to be back with some new updates that we believe the community will love!

As always before we start, weโ€™d like to express our sincere thanks to all of our Cloud subscription users. Your support is crucial to our growth and allows us to continue improving. Thank you for being such an important part of our journey. ๐Ÿš€

What's New?


๐Ÿ› ๏ธ Code Refactoring and Optimization

The first thing you'll notice here is that Linkwarden is now faster and more efficient.[^1] And also the data now loads a skeleton placeholder while fetching the data instead of saying "you have no links", making the app feel more responsive.

๐ŸŒ Added More Translations

Thanks to the collaborators, we've added Chinese and French translations to Linkwarden. If you'd like to help us translate Linkwarden into your language, check out #216.

โœ… And more...

Check out the full changelog below.

Full Changelog: https://github.com/linkwarden/linkwarden/compare/v2.6.2...v2.7.0


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

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

Website: https://linkwarden.app

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

Read the blog: https://blog.linkwarden.app/releases/2.7

[^1]: This took a lot more work than it should have since we had to refactor the whole server-side state management to use react-query instead of Zustand.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] bitfucker@programming.dev 5 points 2 years ago (1 children)
[โ€“] vzq@lemmy.blahaj.zone 6 points 2 years ago (1 children)

Itโ€™s really well documented and easy to config. You just open the page for your IDP, follow the instructions, set a few config setting and youโ€™re off.

The user interface is also really good at this. Often custom identity providers feel hacked on, here itโ€™s integrated really well.

I believe the implementation is based on nextauth.js

[โ€“] bitfucker@programming.dev 1 points 2 years ago

I see. I've skimmed the docs and indeed see that it supports a lot of IDP with what looks to me some env var. And thanks for answering another question of what their auth library is since that is a lot to support.