Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • fairmeeting fairmeeting
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 49
    • Issues 49
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • hosting
  • fairmeetingfairmeeting
  • Wiki
  • installation

installation · Changes

Page history
how to add domains authored May 03, 2020 by Roland Alton's avatar Roland Alton
Hide whitespace changes
Inline Side-by-side
installation.md
View page @ 1c481aae
......@@ -8,16 +8,13 @@ Settings are in `/etc/jitsi`
## Jitsi Meet installation
new installation 16JUN2018 on an OVH VPS
new installation 02MAY2020 on internex server based in Austria
goal was to test, if performance is better then on heu20 VPS, which always had a lot of video packet dropouts and yes, it is much better
~~installation 16JUN2018 on an OVH VPS, goal was to test, if performance is better then on heu20 VPS, which always had a lot of video packet dropouts and yes, it was much better~~
following video guideline here https://jitsi.org/news/new-tutorial-installing-jitsi-meet-on-your-own-linux-server/
switched DNS fairmeeting.net from 178.63.167.183 to 54.37.204.4
installing stable build https://jitsi.org/downloads/ with nginx
first it has self signed cert, but added a Let’s Encrypt certificate automagically with: /usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh
[apt install log auf vanilla Debian stretch](jitsiaptlog)
......@@ -88,4 +85,24 @@ check the following `/etc/jitsi` files, they should not be overwritten with an u
in interface_config.js you can define which functions are presented, e.g. removed for now "invite by phone"
You may need to update [Language adoptions DE](main-de-changes) and [Interface config changes](interface-config), compare with DISTRO.
\ No newline at end of file
You may need to update [Language adoptions DE](main-de-changes) and [Interface config changes](interface-config), compare with DISTRO.
### add domains and LE certs
Let’s Encrypt certificate is being added for main domain automagically with: /usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh and is also used by coturn server on same machine
add domain:
make a copy from an existing additional domain so that you have `/etc/nginx/sites-available/open.fairmeeting.net.conf` and `/etc/jitsi/meet/open.fairmeeting.net-config.js` and replace occurrences of old domain to new domain inside
`certbot-auto certonly --webroot --webroot-path /usr/share/jitsi-meet -d open.fairmeeting.net`
and put in /etc/nginx/sites-available/open.fairmeeting.net.conf
ssl_certificate /etc/letsencrypt/live/open.fairmeeting.net/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/open.fairmeeting.net/privkey.pem;
then activate domain as usual (not before running certbot)
ln -s /etc/nginx/sites-available/open.fairmeeting.net.conf /etc/nginx/sites-enabled/open.fairmeeting.net.conf
service nginx reload
\ No newline at end of file
Clone repository
  • FAQ Turkce
  • Wiki Deutsch
  • architecture
  • config whitelist
  • donation page
  • Home
  • installation
  • main de changes
  • monitoring
  • streaming and recording
  • videobridge installation
  • videoconferencing development server

gitlab project and software management by fairkom.eu - more open source web apps at fairapps.net