2021-01-20 14:44:42 +00:00
|
|
|
Extract conf templates:
|
2020-03-22 14:09:20 +00:00
|
|
|
|
2021-01-20 14:44:42 +00:00
|
|
|
```bash
|
|
|
|
sudo docker-compose run jitsi-conference-focus bash -c \
|
|
|
|
'apt-get update && apt-get install -y unzip && unzip /srv/jicofo/jicofo.jar && cat reference.conf'
|
2020-03-22 14:09:20 +00:00
|
|
|
|
2021-01-20 14:44:42 +00:00
|
|
|
sudo docker-compose run jitsi-videobridge bash -c \
|
|
|
|
'apt-get update && apt-get install -y unzip && unzip /srv/jvb/jitsi-videobridge.jar && cat reference.conf'
|
2020-03-27 08:02:49 +00:00
|
|
|
```
|