this post was submitted on 20 Jul 2025
56 points (98.3% liked)
Selfhosted
60253 readers
666 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:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.
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!
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Prosody is probably your best bet. It's modular, easily configurable and is basically fully compliant with the XMPP specification. For your bridges however, I'd reccomend not going fully into XMPP because there are very little bridges available for it. As for dockerization, apparently they are not currently updating their dockerfiles, so this is another thing to take into account.
Unfortunately the whole point of my system is bridges/transports. I don't even use Matrix itself, I use it as a centralized messenger.
Or Slidge
Promising, would need to supplement GV and Signal, but this gets me halfway there, thanks.
Maybe try Matterbridge
Doesn't matter bridge work by "adding a user" to rooms, vs just your user?
I haven't actually used it, so I wouldn't know
It's distributed through standard package managers, it would be trivial to create a Dockerfile to make your own container.
snikket is prosody's little sister. docker ready
The Prosody docker images are basically https://snikket.org/ which is developed by one of the Prosody developers.
But Ejabberd also has good Docker containers.