Jitsi: Difference between revisions
Jump to navigation
Jump to search
(→Host) |
(→Host) |
||
Line 8: | Line 8: | ||
* 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 | * 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) | ** IE: nginx is not required. (though Apache is second-class, so maybe it won't be automatic) | ||
== Packages == | |||
<syntaxhighlight lang="bash"> | |||
$ sudo apt install gnupg | |||
$ sudo apt install openjdk-11-jre | |||
</syntaxhighlight> |
Revision as of 20:48, 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