this post was submitted on 22 Aug 2025
50 points (96.3% liked)

Selfhosted

60623 readers
709 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
 

Does anyone have any experience in successfully self-hosting Signal server using docker?

Thanks in advance.

EDIT: Thanks all for your response. I gave up on Signal and installing Matrix server instead.

you are viewing a single comment's thread
view the rest of the comments
[–] UnfortunateShort@lemmy.world -1 points 10 months ago (2 children)

You cannot selfhost Signal, because the regular app won't connect to your server. You could probably bridge it to Matrix I guess? I'm pretty sure it's a thing, but I see little benefit here, besides your phone not connecting to Signal and your messages being collected in one app, if you so desire.

[–] KarnaSubarna@lemmy.ml 6 points 10 months ago

I though Signal Android client is open source and I can changed the server url if I can get server selfhosted.

[–] chrisp@cyberplace.social 2 points 10 months ago (1 children)

@UnfortunateShort @KarnaSubarna I think you are right about the official client, they really want to own the service so you can only connect to their decentralized service via their centralized servers 🙄 I haven't done it, but I think you can run your own client, either modifying and building it yourself, or surely one of the existing forks can connect to arbitrary servers? But anyone who wants to use your server will have to also use one of the forks.

[–] chrisp@cyberplace.social 2 points 10 months ago

@UnfortunateShort @KarnaSubarna And you'll want to audit the client code of the fork, including dependencies and make sure it is keeping up to date with official development for security patches. And Signal may try to break the interoperability at some point in the future.