jitsi-quick/README.md

53 lines
1.2 KiB
Markdown
Raw Normal View History

2022-11-04 00:21:54 +01:00
# jitsi-quick
## pre-requisites:
2022-11-04 00:46:35 +01:00
* have a public ip
* point a dns entry to your public ip
* change said dns entry in the variables file in the line "jitsi_http_domain"
* a basic knowledge of docker and ansible will get a long way with this accrocchio
2022-11-04 00:21:54 +01:00
2022-11-04 00:47:08 +01:00
2022-11-04 00:31:12 +01:00
apt install git ansible
2022-11-04 00:21:54 +01:00
or
2022-11-04 00:31:12 +01:00
yum install git ansible
2022-11-04 00:21:54 +01:00
and
2022-11-04 00:31:12 +01:00
git clone https://git.lattuga.net/panda/jitsi-quick
2022-11-04 00:21:54 +01:00
2022-11-04 00:31:12 +01:00
cd jitsi-quick
2022-11-04 00:21:54 +01:00
2022-11-04 00:34:44 +01:00
ansible-playbook ansible-jitsi.yml
2022-11-04 00:38:05 +01:00
## rollback:
if your deploy has been succesfull but you want to go back to a (docker) clean state:
cd ..
cd docker-jitsi-meet/
docker-compose down
cd ..
rm -rf docker-jitsi-meet .jitsi-meet-cfg
2022-11-04 00:38:24 +01:00
cd jitsi-quick
2022-11-04 00:38:05 +01:00
2022-11-04 00:44:25 +01:00
## beware of:
this deploy is quick and dirty, so you won't have a very talkative playbook,
for example if you deploy with the default domain "test.domain.net" the deploy will fail without notice,
to be more aware of what's happening you can look at the logs:
cd ..
cd docker-jitsi-meet/
docker-compose logs --follow
## tested on:
2022-11-04 00:34:44 +01:00
* debian 11 (extensively)
* centos 7 (sorta, done changes after that so.. beware)
2022-11-04 00:44:25 +01:00
* amazon linux 2 (sorta, done changes after that so.. beware)
## not tested on:
* animals