Jitsi: Difference between revisions
Jump to navigation
Jump to search
(→Host) |
|||
Line 12: | Line 12: | ||
$ sudo apt install gnupg | $ sudo apt install gnupg | ||
$ sudo apt install openjdk-11-jre | $ sudo apt install openjdk-11-jre | ||
$ sudo apt install apt-transport-https | |||
$ sudo apt-add-repository universe | |||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 20:54, 4 September 2023
Links
- Self-Hosting Guide: https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-quickstart/
Setup
Host
- interserver.net: hellman.deadmandao.com
- namecheap.com: CNAME meet.bobbushman.com -> hellman.deadmandao.com
- Apache Note: "Nginx/Apache: As we prefer the usage of Nginx as webserver, the installer checks first for the presence of Nginx and then for Apache." - Jitsi
- IE: nginx is not required. (though Apache is second-class, so maybe it won't be automatic)
Packages
$ sudo apt install gnupg
$ sudo apt install openjdk-11-jre
$ sudo apt install apt-transport-https
$ sudo apt-add-repository universe