this post was submitted on 09 Feb 2026
301 points (98.4% liked)
Selfhosted
59999 readers
369 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: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam.
-
Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.
-
Don't duplicate the full text of your blog or git here. Just post the link for folks to click.
-
Submission headline should match the article title.
-
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!
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
sadly, it's a little more complex than just enabling it. The supported self host deployment uses docker, and the docker containers that are available don't contain the interfaces for voice or video calling as they are not up to date.
If I understand it right, to enable it would mean you need to either pull the source yourself and run it off of docker, or make a custom docker image using a version of stoat web that contains the ability to do voice calls.
reading the draft of the linked issue, it looks like the author isn't doing voice call for the reason that they don't know the proper way to integrate it into the docker image.
So to answer it: yes it looks like you can use voice servers on the current self hosted model, but you can't use pre-existing docker images, and it will require you to manually add the new web UI in and patch where needed.
Turns out they also don't support federation or e2ee. If those are things you care about.
Is there a docker-free build you can either install and mod to re-enable voice, or use to mod the docker blobs in accordance ?