Hello everybody, Daniel here!

I’m back with some huge updates for Linkwarden.

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?


📄 Full Page Copy

This new feature allows users to save a complete copy of a webpage in a HTML format. It’s perfect for archiving pages in their entirety, capturing all content as it appears at a specific point in time.

👥 User Administration

Server administrators can now manage user addition and deletion with greater ease. This feature is especially useful for organizations that need to manage multiple users.

🧱 New Masonry View

View your bookmarks in a visually appealing masonry layout, where content is arranged in an optimal position based on available vertical space. This feature is perfect for users who prefer a more visual approach to browsing their bookmarks.

🍏 iOS and MacOS Apps (Maintained by JGeek00)

We’re excited to announce the release of the new iOS and MacOS apps, developed and maintained by JGeek00. These apps provide a seamless experience for users who prefer to access Linkwarden on their Apple devices. You can download the apps directly from the App Store.

📥 Import from Wallabag

There was a high demand for this feature, and we’re excited to announce that you can now import your bookmarks from Wallabag. This feature simplifies the transition process, allowing users to maintain their bookmarks without hassle.

🌐 Support for Other Languages (i18n)

Linkwarden has recently expanded to support Italian in addition to English. As this feature is quite new, there might be some bugs, and we’re actively working to refine it. We’re also looking for community help with translations to make Linkwarden accessible in more languages soon!

📁 Image and PDF Uploads

Users can now upload images and PDF files directly to Linkwarden. This feature is perfect for users who want to store paywalled or password-protected content.

🔒 Enhanced Security

This update includes several security enhancements to protect your data and ensure a secure browsing experience. We’ve also fixed several bugs and improved overall performance.

🔑 Support for Google OAuth

You can now use Google OAuth to sign in to Linkwarden. This feature simplifies the login process and provides a secure authentication method. Just note that we’re still pending Google’s approval for the OAuth consent screen and it will be available soon.

✅ And More…

Check out the full changelog below.

Full Changelog: https://github.com/linkwarden/linkwarden/compare/v2.5.3...v2.6.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.6

  • @doodledup
    link
    English
    2
    edit-2
    2 months ago

    Just seing this for the first time. It looks great!

    I have a question: is there a recommended way to integrate a Linkwarden Docker image into an existing docker compose? I already have multiple services running in a docker compose, where I ideally want to integrate Linkwarden into.

    As far as I can see, the installation method described in the docs involves cloning the repo and running a custom docker compose.

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

      Looks like there’s a docker-compose.yml file in their Github repo.

      You’d just copy the services (the postgres and linkwarden bits) to your compose file, and then restart it.

      • @doodledup
        link
        English
        02 months ago

        I did exactly that. Thanks! Amazing how simple it is to get this running.