Hacker News new | ask | show | jobs
by daffy 2117 days ago
Setting up a Jitsi server is non-trivial; this is simple (git clone / cd talk / npm install / npm start). And, if you don't want to trust the programme, you can do this from a dedicated unpriviledged user.
4 comments

I thought so as well. Ended up rolling my own and encountering too many sync and error-handling issues.

Ended up deciding to spend the week configuring jitsi, but all it took was 1 hour to install and configure the server and I was done

Was this using Ubuntu or whatever it is they recommend or ``manually''?
Ubuntu, just apt install or whatever it was

The development of the frontend is a bit messy, but you'll manage

Same here. We use Jitsi inside our app for online learning. It works good.
Getting Jitsi running is actually trivial (depending on your definition of trivial). I went from zero to fully running in about 30 minutes on a fresh Ubuntu server when I wanted to check something one time. It might even be dockerized, but my memory isn't 100% on that.
Maybe on Ubuntu. I'm talking about the ``manual'' installation to which everyone not using Ubuntu must resort.
If you don't trust the app, don't run it. You'll be giving it access to video, voice and internet at minimum.
It’s always “just npm install.” IMO that’s no different than curl | sh; it’s easy to copy/paste but not simple.