this post was submitted on 03 May 2026
28 points (100.0% liked)
Free and Open Source Software
22421 readers
75 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Thanks, Snikket seems like what I'm looking for, but it seems to focus on getting domain hosting so you can access it from anywhere. I don't need that, accessing a port on my desktop would be enough. Do you know if Snikket can run that way?
Sorry, I just saw the recommendations. I'm using a Matrix server myself. And it's connected to the internet, since I use it 24/7 and on my phone, etc.
I guess technically, most protocols can be used in an internal network. But maybe you'll need to put in some extra effort, for example if a platform requires SSL certificates or something like that.
I mean you could try... If it asks for a hostname, just put a local hostname in. Or the IP address. Or set up a DNS entry on the router. And see if it works.
Or try something like RocketChat, or depending how your team's workflow is, maybe you don't want a messenger. But some (online) collaboration platform more focused on documents, like Nextcloud.
You should really spend the time to understand networking and hosting and set up an internal domain.
I think that's where I am at, yes. I have programming experience but very little in terms of networking. Ultimately what I want is a custom team management tool but I need to understand how these messengers work first. Thanks
Nah you probably need to understand DNS and reverse proxies first. I recommend something like nginx, traefik or Caddy with ACME certificates from Letsencrypt with the DNS-01 challenge on a supported hosting provider which allows DNS changes via API.
If I were you I'd probably even get a super cheap VPS and run the chat software there, just be aware you need to constantly patch everything.
I will look into those, thanks!