H2-invent / jitsi-admin

Organize and fully controll your jitsi meet meetings. Make your meeting secure and be sure that only you and your fellows can join your meeting.
https://meetling.de
GNU Affero General Public License v3.0
133 stars 48 forks source link

I need some clarifications #108

Closed WhiteTiger-IT closed 3 years ago

WhiteTiger-IT commented 3 years ago

Hi, in the requirements there is Apache, but Jitsi is installed with Nginx. I have used this script. Or maybe Jits admin needs to be installed on a different server? What modules should then be provided for php? Thanks in advance.

AlexanderGabriel commented 3 years ago

I have Jitsi and JitsiAdmin on my private server both running with Apache. This is possible if you install apache before jitsimeet but maybe too late now for you. At work we have different servers. Never ran nginx with php so i can't answer your second question. Sorry.

WhiteTiger-IT commented 3 years ago

Thank you for your answer I am still in a test environment and have no problem doing a fresh install of Jitsi Meet. But I see that there is always talk of installations with Nginx, I don't see documentation to use Apache. In any case my question is whether Jitsi Admin should be installed on the same server or on another server. I have a second server with Apache

holzi1005 commented 3 years ago

Hi @WhiteTiger-IT It is possible to use nginx with Jitsi Admin, you have to setup php-fpm as well on the server and use it as a backend for NGINX. With this method, you can install Jitsi Meet and Jitsi Admin on one server. Here is an example from another website: https://www.journaldev.com/26097/php-fpm-nginx

You only need the default modules for php: When you provided the following ones, it will work.

holzi1005 commented 3 years ago

Thank you for your answer I am still in a test environment and have no problem doing a fresh install of Jitsi Meet. But I see that there is always talk of installations with Nginx, I don't see documentation to use Apache. In any case my question is whether Jitsi Admin should be installed on the same server or on another server. I have a second server with Apache

I would not recommend using Apache for Jitsi Meet. You have to use NGINX for Jitsi Admin. This way it will work.

holema commented 3 years ago

@WhiteTiger-IT could we help you with these answers?

holema commented 3 years ago

hello @WhiteTiger-IT

was the installation of the Jits-Admin sucessfully?