this post was submitted on 26 Jun 2023
20 points (100.0% liked)

Free and Open Source Software

17772 readers
49 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

So I want to setup a messaging server in my home that works like Telegram or Whatsapp - it should use the local network as we plan on moving around a lot of photos and files between our devices for some projects

What should I use? XMPP? Or Matrix? Or is there something else that's ideal for local networks?

Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] MentalEdge@sopuli.xyz 1 points 1 year ago* (last edited 1 year ago) (1 children)

Yes it does. You can use it with a local domain. Setting it up would be marginally more tricky, perhaps even easier than a "real" domain, but using it would as simple as ever, on that LAN.

[–] poVoq@slrpnk.net 1 points 1 year ago (1 children)

You can make anything technically work with a local domain...

[–] MentalEdge@sopuli.xyz 1 points 1 year ago (1 children)

Obviusly. Is there a downside here beyond it only working locally? Is that not exactly what OP needs? Is there a tool that fits better than matrix?

[–] poVoq@slrpnk.net 1 points 1 year ago (1 children)

Matrix has all sorts of hard-coded or at least default configured stuff that needs a internet connection to phone home to the matrix.org servers. The Element web interface will also have issues working due to CORS protection in the browser.

Sure it might end up working sufficiently well, but it really isn't the right tool for this.

In general the use of a messenger for this is already less than ideal, but a messenger like matrix that is deeply integrated into a federated network and is build on web technology that isn't ment to be run locally is just a bad idea, sorry to say.

I wouldn't even recommend XMPP for it, and that is much more self-contained and doesn't use webtechnology at all.

[–] MentalEdge@sopuli.xyz 1 points 1 year ago (1 children)

I don't recall matrix-synapse needing to talk to any outside systems, unless you federate, generate url previews, or use integrations?

And can't you just self-host element, too? I do.

[–] poVoq@slrpnk.net 2 points 1 year ago* (last edited 1 year ago) (1 children)

Its not strictly needed but everything is build with that assumption in mind and thus there will be many papercuts.

Yes you can self-host Element, but you have to be very careful with the setup to avoid cors issues and I think it will also permanently show a big warning if the connection is not via HTTPS.

[–] MentalEdge@sopuli.xyz 1 points 1 year ago

Bottom line, it can work, if matrix is what op wants to go with.

As for SLL, without it any browser based thing is going to get you a warning, from the browser itself, at least.