this post was submitted on 08 Oct 2023
9 points (100.0% liked)

Self Hosted - Self-hosting your services.

11230 readers
1 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

Important

Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!

Cross-posting

If you see a rule-breaker please DM the mods!

founded 3 years ago
MODERATORS
 

I need a self-hosted securevoice call server that's easy to deply and uses less than 1 gb of ram.

It will be a family server. There are 5 users at most.

Appreciate your suggestions.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 11 months ago* (last edited 11 months ago) (1 children)

I’d recommend setting up a Matrix server with Element

E2E encrypted text & voice calls (I believe unless they’re still doing the rewrite of e2e voice calls)

Matrix info: https://matrix.org Synapse server install: https://matrix-org.github.io/synapse/latest/setup/installation.html Synapse TURN (voice) install: https://matrix-org.github.io/synapse/latest/turn-howto.html

Edit: calls also work on mobile (hooks into native mobile calling apis to look very similar to a normal phone call)

[–] [email protected] 1 points 11 months ago

https://github.com/spantaleev/matrix-docker-ansible-deploy makes it easy to deploy.

Not sure about the RAM limitation. If Synapse is too heavy, perhaps a different server (Dendrite?) will be light enough.