I’m looking for something that can do chat, video calling with support for guess links and chats. I need it to work in the browser so I can send people a link to a chat session. Bonus if it has a simple mobile app and calendar integration.
Anyone know of something that isn’t Nextcloud Chat?
Matrix with the Jitsi meet plugin.
I’ve been using self-hosted Jitsi Meet for a few weeks now. Works perfectly. Haven’t tried the calendar feature, though.
Huly is pretty amazing and has a self host option. It supports chats and video calls, team rooms, and has some cool integration for speech to text note taking. It also functions as a task tracker.
Under super active development right now so host only if you can deal with occasional breaking changes.
Idk, I’ve heard things about HooliChat… Didn’t their stream go down in the middle of a big title fight?
Plus that Gavin Belson guy keeps trying to jam his horrible signature into his products.
Removed by mod
There is no way to do what teams does without significant infrastructure. Same with Slack and others.
If you want something that just gets close to the mark, look at Jitsi. It’s about as complete as you could expect for just video/voice.
What you may not understand about conferencing platforms is that they are dozens of different hosted services working together to provide a cohesive UE. Video, SIP, VOIP, auth, identity…these are all separate services that are deployed as microservices to get what you get. If you find the bare minimum of the services you actually need, you can probably cobble something together, but it’s not going to be a simple running of one service to get the same experience.
I’m hosting a matrix server with a TURN server and it’s fairly easy to selfhost. This sounds exaggerated.
Do you need Element for that? Also is there a way to do guest access with a link?
You can allow guest accounts, although it’s disabled by default in synapse.
Call supports depends on the client you’re using. Element is usually ahead in features implementation, but you can get a list of clients and filter by features in the matrix website.
Also I’m not sure what the other person meant by easy to setup. Matrix servers are notoriously hard to setup when compared to anything most things you would find yourself selfhosting, specially with WebRTC/TURN. I think there’s an ansible playbook somewhere, but I never tried it.
That just covers voice/video. OP is asking about a lot more.
Video+chat is all I’m wanting for the most part
It isn’t that hard. All I’m looking for is a chat/video call service. Jitsi is close but it purely does video calling. I want something that is a chat where guests can join a group with a link. That shouldn’t take much. (It didn’t with Nextcloud)
Jitsi is close but it purely does video calling.
Not sure what you mean by that. Turn off the camera and you’ve got an audio chat.
I want something that is a chat where guests can join a group with a link.
That’s exactly how Jitsi works.
Signal is not self hosted but they also support videoconference style calls.
Well if “it shouldn’t take much”, then it shouldn’t be hard to find a solution, right?
I’m now wondering why you’re here asking this question if you fully understand what you’re asking about.
It’s not hard. Just Teams but self-hosted. Free would be ideal.
/s
Right? I just want to self-host something like Google and all their services, but free. It also has to run on an AMD K6-2 with 1GB of DDR1 RAM and under 20GB for storage. Please don’t ask me any questions, I know exactly what I’m doing.
Element Server Suite Community https://github.com/element-hq/ess-helm
I would suggest avoiding anything that is a “community” or “personal use only”. If its not fully open its not worth it.
I mean it is published as AGPLv3, how much more open can it be?
GPL3
AGPLv3 is just better for web services as hosting providers have to FOSS their modifications as well
You’re not wrong, If it best suits needs AGLPv3 is swallowable.