meet.shiny.space - Jitsi
Jitsi is an open source video conferencing software that fully supports hosting it yourself for free.
It also optionally comes with some neat features like whiteboard(excalidraw) and shared document editing(etherpad).
Setup
Jitsi can be ran in docker/podman containers. currently it runs on brix4, with an external STUN/T...
Jitsi compose.yml
version: '3.5' services: # Frontend web: image: jitsi/web:${JITSI_IMAGE_VER...
nginx reverse proxy configuration
/etc/nginx/sites-available/meet.shiny.space (why debian?? we don't need sites-available for ngin...
Config - ENV and interface customization
Most important is the ENV file - here's the currently set variables. if jitsi sees some usage, we...
STUN / TURN server
Some networks have complicated NAT in front of them which can make it a little difficult to open ...