this post was submitted on 17 Mar 2026
34 points (94.7% liked)

Selfhosted

57787 readers
681 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:

  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.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Hey everyone,

Quick question out of curiosity.

I work as a manager in a consulting firm, and a lot of my day goes into communicating across platforms like Slack, WhatsApp, Teams, LinkedIn messages, etc. Switching between all of them sometimes feels a bit messy.

A couple of things I personally struggle with are important tasks getting buried in chats and constantly jumping between apps to keep up with conversations.

Would be great to hear how you handle this in your day-to-day work.

top 15 comments
sorted by: hot top controversial new old
[–] northernlights@lemmy.today 8 points 6 days ago (1 children)

Matrix bridges. I run my own matrix instance with bridges to the services I use (google messages, whatsapp, irc, discord; there are other bridges available) so I can use one client for all.

[–] InsightSeeker@thelemmy.club 3 points 5 days ago (1 children)

Thanks for sharing this. It sounds like a powerful setup, but I’m not very technical, so managing a Matrix instance feels a bit complex for my use case. I’ve also tried integrating Google Chat, but it hasn’t been possible due to recent changes in Google’s security policies, which makes it harder to rely on as a complete solution

[–] northernlights@lemmy.today 1 points 4 days ago* (last edited 4 days ago)

I'm a bit late to the party but the stack I run is what Beeper uses. If you don't mind handing them your IMs it's exactly what they host and it works great (used it for a year before I decided to host my own things). They make you use their client but AFAIK beeper.com is really just a very fancy matrix instance so you could use probably any Matrix client.

As for managing an instance, see my recent comment about DB maintenance. There's nothing more to it than that as far as maintenance is concerned for just a few users instance. Then installing the bridges isn't hard because the docs are really good.

[–] stratself@lemdro.id 6 points 6 days ago (1 children)

Matrix bridges or XMPP gateways (like Slidge) would help.

Not sure how you'd tie them to tasks though. For Matrix, maybe you can set up a private room, and create a thread-based issue tracker with reference to your other chats' message IDs.

[–] InsightSeeker@thelemmy.club 0 points 6 days ago

Yeah, I agree, it’s a solid approach in theory.

But coming from a non coding background, setting up and maintaining something like that feels a bit difficult for me to realistically manage.

I’m more leaning towards something that’s easier to get started with and doesn’t need much setup or ongoing effort.

[–] surewhynotlem@lemmy.world 5 points 6 days ago (1 children)

Unrelated to self hosting: jira or whatever ticketing system your company uses. They tend to have integrations into those other apps where you right click and create a ticket. Then the ticket list is my source of truth.

[–] InsightSeeker@thelemmy.club 2 points 6 days ago

Yeah, makes sense, thanks for sharing.

Having a ticketing system as the source of truth for tasks and assignments is definitely helpful. But I still feel it lacks the live communication part across multiple platforms, so there’s still some switching involved.

[–] comrade_twisty@feddit.org 3 points 6 days ago (1 children)

We used https://meetfranz.com/ at my previous job where we had tons of external clients with different messengers.

[–] InsightSeeker@thelemmy.club 2 points 6 days ago (1 children)

Thanks for sharing this. Yeah I have this platform, it definitely helps bring everything into one place. But I feel it is missing a to do or task management side, which is pretty important for me.

Do you know any tools that handle both messaging and tasks well?

[–] comrade_twisty@feddit.org 1 points 6 days ago* (last edited 6 days ago)

No idea, I quit that rat-race job 4 years ago and haven't used it since then. I am never gonna work a job that requires being online and available all the time ever agan.

[–] Decronym@lemmy.decronym.xyz 2 points 6 days ago* (last edited 4 days ago)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
NAS Network-Attached Storage
SSH Secure Shell for remote terminal access
VPN Virtual Private Network
XMPP Extensible Messaging and Presence Protocol ('Jabber') for open instant messaging

4 acronyms in this thread; the most compressed thread commented on today has 14 acronyms.

[Thread #179 for this comm, first seen 17th Mar 2026, 09:50] [FAQ] [Full list] [Contact] [Source code]

[–] abe@civv.es 2 points 6 days ago (1 children)

@InsightSeeker@thelemmy.club In theory you could use Matrix and use bridges to access these. On the other hand it kills encryption because now Your endpoint is where it decrypts and re-encrypts the new messages.

Spantaleev's Matrix Docker Ansible remains the most popular project for this (lots of documentation, good community): github.com/spantaleev/matrix-docker-ansible-deploy

[–] InsightSeeker@thelemmy.club 1 points 6 days ago (1 children)

Thanks for sharing this, hadn’t really looked into it in this much detail before.

Matrix bridges do sound pretty powerful in theory, but yeah, the encryption part you mentioned does make me pause a bit. Feels like a trade-off I’d need to really think through. Also, I’m not a coder so setting something like Spantaleev’s setup might be a bit much for me to handle regularly.

Have you tried this yourself? Was it difficult to get up and running?

[–] abe@civv.es 1 points 6 days ago* (last edited 6 days ago) (1 children)

@InsightSeeker@thelemmy.club Spantaleev's setup is probably the easiest way to get matrix setup honestly. Otherwise bridges etc tend to be a pain. You don't necessarily need to be a coder -- just follow documentation instructions step by step, and ask in their matrix channel if you get stuck.

You could also set it up on a device that's already encrypted on boot (via luks), so you'd have some protections if turned off.

I've been running it close to 5-7 years (don't remember lol).

[–] InsightSeeker@thelemmy.club 1 points 6 days ago

That actually makes it sound a lot more approachable. I’m not too deep into coding, but if it’s mostly about following the docs step by step, I can give it a shot.

Will definitely try this out and see how it goes.