this post was submitted on 08 Jan 2024
659 points (99.0% liked)

Selfhosted

38707 readers
677 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 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!

founded 1 year ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 8 months ago (1 children)

Has anyone been able to get the Firefox extension to work with a self-hosted installation? It's not accepting my login address.

[–] [email protected] 1 points 8 months ago (1 children)

Works without issues here. Keep in mind to add http(s):// in front of your address.

[–] [email protected] 1 points 8 months ago (1 children)

Yeah, I'm doing that and it isn't working on ff for windows or android.

I can log into the same address on my browser no problem.

[–] [email protected] 1 points 8 months ago (1 children)

Strange πŸ€”

I have no problems with Firefox on Fedora 39 or FF on Windows 11.

Extension is not available on FF in Android. How did you try that?

[–] [email protected] 2 points 8 months ago (1 children)

Extension is not available on FF in Android. How did you try that?

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.

[–] [email protected] 1 points 8 months ago (1 children)

Good luck, maybe you find a clue in the docs, if not ask on github ☺️

[–] [email protected] 3 points 8 months ago (1 children)

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

[–] [email protected] 3 points 8 months ago

Thanks for sharing the solution ☺️