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
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.