this post was submitted on 11 Feb 2026
156 points (89.0% liked)

Selfhosted

61475 readers
664 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. 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. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Came across this on the r/selfhosted community. Still very much in the alpha stages, but it's already got a Docker image you can try out for yourself, or try out the demo server.

Tried it earlier today, couldn't get the voice/video chat to work right away on my self-hosted setup but the real-time chat was very snappy. Looks promising.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] treadful@lemmy.zip 4 points 6 months ago (1 children)

Building the full stack of a functional real-time voice and video comms system as a lone dev is not a trivial undertaking.

Even if they put 40/wk or more into it, I'd still be impressed. Like I said, not impossible but these people are rare.

[โ€“] greybeard@feddit.online 3 points 6 months ago

WebRTC is a thing. You don't have to build all that from scratch. It's very reasonable to piece together a lot of standard technologies to make this progress much quicker. I haven't looked into this project, so I don't know, but I know it was pretty trivial to setup a WebRTC app 10 years ago, which would appear to be a fully functioning video app.