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
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.
Good luck, maybe you find a clue in the docs, if not ask on github ☺️
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 :)
Thanks for sharing the solution ☺️