Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (donβt cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
Has anyone been able to get the Firefox extension to work with a self-hosted installation? It's not accepting my login address.
Works without issues here. Keep in mind to add http(s):// in front of your address.
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.
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?
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 βΊοΈ