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
Been running a server for my friends for over a decade now. Can recommend. It's just one apt-get to set up, runs on a Pi Zero for a dozen people, has clients available for pretty much any platform and doesn't really require any maintenance. Latency will depend on the routing between you and your friends' ISPs, of course, but the whole purpose of the software itself was to provide a low-latency voicechat server for gaming.
But: That's it. You don't get anything else. It's a barebones voice chat server. You can set up rooms and have basic text-functionality, but you don't get any fancy user management, no full-fledged chatrooms, no persistence beyond the room setup and only limited backend options. Keep that in mind.
If pi zero, you're serving 12 users low latency over wifi? Does it route the actual audio?
Yes, it's sufficient. I wouldn't advise it due to the extra overhead of wireless packet loss, but it's absolutely technically possible. Don't overestimate how little bandwidth voice chat really needs. It's like 10-50kB/s per person and you're unlikely to ever have more than 2 or 3 people talking at a time.