H2-invent/jitsi-admin

facing problem while installing

Closed this issue · 13 comments

after following this cd ~
wget https://github.com/H2-invent/jitsi-admin/raw/master/install.sh
sudo bash install.sh , i m not able to see UI when i am accessing my base url provided during installation

Hello @297297sid,
I will check the installation routine

Hello @297297sid,

just tested the installer. It is working as expected. What is the error you are facing?

Hello @297297sid,

I realize that you have http in the screenshot and https in the url you post.
That's why the page is unreachable after login.

If you want to use the jitsi-admin in a http environment, you have to set the jitsi admin in development mode.

how to set it in devlopment mode??

Hello @297297sid,
Please try to add this line in the file
src/Controller/LoginControllerKeycloak.php line 32
$options = [ 'redirect_uri' => $this->parameterBag->get('laF_baseUrl').'/login/keycloak_login/check',];

Hope this will work

COULD YOU PLEASE CLEARLY TELL ME STEPS FOR THIS SETUP

We appreciate your interest in resolving technical matters here at Github. However, it's important to clarify that while we're dedicated to assisting with technical issues, we operate differently from a free support hotline.

I've previously mentioned our willingness to support your installation, but it's essential to note that this support isn't provided without charges. I encourage you to utilize the information I've provided here to address your concerns. Nonetheless, I'm unable to offer complimentary assistance for rectifying your installation.

I've previously recommended the docker installation, but I understand your preference for an installation without Keycloak. As a result, it's challenging for me to accurately discern the behavior of your system.

Please endeavor to resolve your issues using the guidance I've shared. Unfortunately, I won't be able to extend free support for fixing your installation. If you have any further questions or need clarification on the information provided, I'm here to assist within the scope of our support guidelines.

Schould be fixed with #498