feat: jitsi and coturn

This commit is contained in:
CoolnsX
2025-05-04 02:04:30 +05:30
parent d4688d519c
commit d3aca449d2
9 changed files with 379 additions and 0 deletions

18
jitsi/readme.md Normal file
View File

@@ -0,0 +1,18 @@
# Jitsi
This directory contains all the stack required to setup Jitsi
## Instructions
- Create folders in directory specified in .env
```sh
mkdir -p ${CONFIG}/{jicofo,jvb,prosody/config,prosody/prosody-plugins-custom,web/crontabs,web/transcripts,web/load-test}
```
- Add this line in /etc/hosts to make the nginx in pod not shitting itself out
```sh
127.0.0.1 xmpp.meet.jitsi
```
## Major Problem
- None, this is the only service that deployed painlessly. 😭