There seem to be plentiful options for text chat servers, so I’m curious for those that self-host their own, what their preferences & experiences have been with them.

Also those mentioned in the title were just a few examples, if you run something else, e.g. Revolt or Mattermost or something else less popular, would be interested in reading about it!

17 points

XMPP with prosody is good once you’ve figured out the modules you need.

Unfortunately, I had to quit a few years back as there was no reliable iOS client. Long story short: notifications were never working as expected on that plateform.

Matrix.org is overkill for my needs, but at least notifications work accross the board 👍

permalink
report
reply
11 points

Snikket.org is an xmmp server that bundles common extensions

permalink
report
parent
reply
4 points

And has very well working notifications support on iOS with the included app.

permalink
report
parent
reply
12 points

I’m in a irc channel with a bunch of internet friends. I like how ancient it is, it reminds me of the old internet. The limitations are severe however and I would never suggest to anyone to use IRC as a text chat server. Without these people and the nostalgia I would go for matrix I think.

permalink
report
reply
3 points

The limitations are severe however and I would never suggest to anyone to use IRC as a text chat server.

I’m a little confused, if all you wanted from it was text chat, isn’t that pretty much exactly what it is as a result of its limitations? Regardless, for the majority of folks I think you’re probably right that it may not be advisable given its limits.

permalink
report
parent
reply
3 points

Oh well, there are different implementations of IRC, and some limit you more than others. Flood protection is a pita if you want to share long text, since max message length is not that much. Netsplits are still a thing and your nick can’t be longer than 15 chars. Text formatting works on most servers, but that’s no guarantee. The length of a channel topic is also limited. You interact with the server only through the same messages you send to your chats. You need some kind of bouncer to still follow a chat if offline.

permalink
report
parent
reply
9 points

The good news is that with ircv3 being worked on, it may soon(ish) be quite dusted. :) It adds features like reply threads, history from when you weren’t connected, message editing and deletion, and more!

permalink
report
parent
reply
5 points

I both love and hate this. I love to see IRC getting some love and these features are massive QoL improvements. I say this as a regular IRC user. On the other hand though, no touch da fishy.

permalink
report
parent
reply
2 points
*

They do maintain the simplicity of the line oriented protocol, so I’m fine with that. :)

That’s the strongest point of IRC, IMO, and why it’s kept so simple : every instruction is a plain text line, period. It makes it incredibly simple to build on top of it. You don’t need to introduce a dependency to a project that probably will be abandonned in a few years, at which point you’ll have to rewrite your codebase to use an other dependency, for a few years. You just open a TCP connection, you read lines from the socket and write lines to it, each line is its own instruction structured in well known fields, and that’s it. It’s so simple!

As long as IRCv3 sticks to that, they have my blessing. :)

permalink
report
parent
reply
2 points

Thanks for mentioning this! Had no idea how much I want this.

permalink
report
parent
reply
1 point

AFAIK even without ircv3 history is possible - at least Unrealircd offers such an option (https://www.unrealircd.org/docs/Channel_history). However, I have only ever seen this utilized once, on a very small server.

permalink
report
parent
reply
1 point
*

Yep, as often, the extension of the standard comes from non standard features developed here are there (as you can see in the participating organizations block, most of the big names are working on this). The difference in ircv3 is that you can expect to see all those features everywhere, instead of having this software implementing this feature, that other one having that other feature, and you have to choose which one is the most important for you. Basically, it’s a rebase of the standard. :)

permalink
report
parent
reply
4 points

https://thelounge.chat/ with any IRC server (but IRCv3 like https://ergo.chat is best) works very nicely, including mobile support and push notifications etc. Also includes a bouncer for full history and a file upload service for image sharing.

permalink
report
parent
reply
1 point

Thanks, i do already know the lounge, but I self host quassel and have my own self hosted image sharing solution.

permalink
report
parent
reply
1 point

Yeah, this is what I do… I host a couple of ergo IRC servers and an instance of thelounge for those that want that interface (also offer gamja). Personally, I use weechat to connect to the server.

permalink
report
parent
reply
11 points

I’ve been self-hosting Matrix for like 2+ years now. The setup yaml was a lot to get thru in terms of reading what each set of options did. That felt like a lot but the reality was only a few things actually needed to be set and/or changed to make it work the way I wanted. Thankfully Matrix documented all the options out.

Overall, I’m extremely happy with Matrix. It has very much been set it and forget it once it was up. I’m excited to see where Matrix 2.0 goes.

permalink
report
reply
2 points

Do you run it as a mostly isolated/self-contained instance, i.e. not federated/connected to others? I’ve read here & there that for some it seems to bog down as they try to operate it as a federated instance.

permalink
report
parent
reply
3 points

I run it with a whitelist of other instances I do federate with. I have actually been considering opening it up.

permalink
report
parent
reply
3 points

The new Element X is really awesome. Since it’s now in public beta I’m going to setup dendrite + mautrix-signal/-whatsapp/-discord behind their new matrix 2.0 sliding sync proxy.

The only thing I’m going to have to figure out is whether it’s possible to disable image compression for bridges, because the quality was pretty bad the last time I tried (not surprising after being compressed 3 times).

permalink
report
parent
reply
1 point

I grabbed Element X to try it out but my self host doesn’t support sliding sync. There is a sliding sync proxy docker that got put out to help but not sure I want to set that up if it will eventually get added to main. Might have to just wait. 😔

permalink
report
parent
reply
2 points
*

I’ll definitely set up the sliding sync proxy for the time being. It’s such a big improvement (after the initial sync) that I don’t want to wait for native support in conduit. Especially since conduit takes some time to support new features quickly.

permalink
report
parent
reply
8 points

Matrix for a few years now. Proxying it correctly is the only difficult part.

permalink
report
reply
30 points

I’m a big fan of Matrix, as it’s easily accessible from anywhere - plus I already have a server for it spun up going on two years now which makes it easier for me.

permalink
report
reply
2 points

What’s the advantage of self hosting Matrix?

permalink
report
parent
reply
4 points

Personally, its a combination of the following reasons:

  • I’m not held to another server, and self-hosting my own makes sure that whomever hosting the server doesn’t just close the doors one day and decide they’re no longer going to do so

  • I find it fun to setup my own services, like Matrix, Lemmy, Mastodon, etc

  • I control what servers are blocked / defederated from, from my knowledge though defederating on Matrix doesn’t happen nearly as often as it does for ActivityPub based platforms however.

  • I created Matrix accounts for some of my family members to communicate with, and if they lose the password I know that I can reset it for them rather than hoping they setup the account recovery info correctly.

permalink
report
parent
reply
7 points

I can setup bridges, so I can communicate with any other messaging systems (whatsapp, discord) within matrix

permalink
report
parent
reply

Selfhosted

!selfhosted@lemmy.world

Create post

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:

  1. Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it’s not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

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

Questions? DM the mods!

Community stats

  • 4.7K

    Monthly active users

  • 3.5K

    Posts

  • 79K

    Comments