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

  • @[email protected]
    link
    fedilink
    English
    48 months ago

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

    • @[email protected]
      link
      fedilink
      English
      18 months ago

      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.

      • @[email protected]
        link
        fedilink
        English
        18 months ago

        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

          • @[email protected]
            link
            fedilink
            English
            1
            edit-2
            8 months ago

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

            • @[email protected]
              link
              fedilink
              English
              18 months ago

              The above YouTube video shows that you can get authentik to send a 2fa push authentication that requires the phone to hit a button in order to complete the authentication flow.

              • @[email protected]
                link
                fedilink
                English
                18 months ago

                Ohhhh, interesting. Sorry, I didn’t watch the video yet. Thank you!!