Jitsi: Difference between revisions

From Traxel Wiki
Jump to navigation Jump to search
Line 14: Line 14:
$ sudo apt install apt-transport-https
$ sudo apt install apt-transport-https
$ sudo apt update
$ sudo apt update
</syntaxhighlight>
== Hostname ==
<syntaxhighlight lang="bash">
$ sudo hostnamectl  set-hostname meet.bobbushman.com
$ sudo emacs -nw /etc/hosts
# add 66.23.231.157 meet.bobbushman.com
$ ping meet.bobbushman.com
</syntaxhighlight>
</syntaxhighlight>

Revision as of 21:01, 4 September 2023

Links

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 update

Hostname

$ sudo hostnamectl  set-hostname meet.bobbushman.com
$ sudo emacs -nw /etc/hosts
# add 66.23.231.157 meet.bobbushman.com 
$ ping meet.bobbushman.com