this post was submitted on 24 Apr 2024
67 points (97.2% liked)

Selfhosted

62027 readers
1613 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
 

Hello, I would like to hear your opinions about a good selfhosted messenger like discord.

To list exactly what I mean by that is:

  • No need for federation ( only will be used by friends )
  • E2EE
  • Support for direct messages
  • Support for discord like server management by which I mean the ability to set rooms and topics for such rooms.

From what I know, this seems to be more similar to slack alternative's but wanted to hear opinions of others.

I have been thinking about either matrix, mattermost, rocket.chat or revolt chat.

I already have a XMPP server, but setting up encryption and client's has turned away quite a few people I would like to get onto this platform.

EDIT: As pointed by other people E2EE isn't needed for my usecase if no federation.

you are viewing a single comment's thread
view the rest of the comments
[–] MangoPenguin@lemmy.blahaj.zone 20 points 2 years ago (2 children)

Do you even need E2EE if it's a private server with no federation? It seems like transport encryption would be fine which almost everything has.

[–] crony@lemmy.cronyakatsuki.xyz 10 points 2 years ago (1 children)

That's a fine but, as long as the server was hosted at my personal devices, which it isn't but on a hetzner dedicated box. Which is still better than on shared pc's.

Don't really need it, it's just nice to have.

[–] Vent@lemm.ee 4 points 2 years ago (1 children)

If you're worried about unauthorized access to the physical machine, you could always just do disk-level encryption instead or store the app's data in something like a Veracrypt virtual disk. They'd still be able to access the data if they go through your OS/user, but wouldn't pick anything up by accessing the drive directly.

Nothing short of E2EE can truly stop someone from accessing your data if they have physical access to the server, but disk encryption would require a targeted attack to break, and no host is wasting their time targeting your meme server. I seriously doubt they'd access it even if you had no encryption at all, since if they get caught doing that they'd get in a heap of legal trouble and lose a ton of business.

[–] crony@lemmy.cronyakatsuki.xyz 3 points 2 years ago

That's why I said E2EE is nice to have, but not required.

[–] BearOfaTime@lemm.ee 1 points 2 years ago (2 children)

It still has to transit networks, and I'm assuming they're using the internet.

Anymore, all comms (even local), should be encrypted.

[–] poVoq@slrpnk.net 11 points 2 years ago

That is what transport encryption does.

[–] MangoPenguin@lemmy.blahaj.zone 2 points 2 years ago

Yeah most things support transport encryption, SSL for example with HTTPS.