switnet-ltd / quick-jibri-installer

Bash installer for Jitsi Meet along with Jibri on *buntu LTS based systems | Documentation Available at the Wiki
GNU General Public License v3.0
104 stars 63 forks source link

Reg:jibri and next cloud #11

Closed naveenbabusa closed 4 years ago

naveenbabusa commented 4 years ago

I have installed successfully and wanted to check where does jibri store the recordings and how do I access it in next cloud. I could not find my recordings in next cloud any configuration needed

Lastly Grafana how do I set it up ?

Pls guide

Ark74 commented 4 years ago

Hi!,

If you installed Nextcloud with our JRA via Nextcloud installer, we have found an issue in our .json file that has being fixed on the latest commit,

You might wanna try this,

curl -s https://raw.githubusercontent.com/switnet-ltd/quick-jibri-installer/master/files/jra-nc-app-ef.json > /tmp/jra.json
sudo -u www-data php /var/www/nextcloud/occ files_external:import /tmp/jra.json
sudo -u www-data php /var/www/nextcloud/occ files:scan --all

Then, your recordings should be found at "Jitsi Record" folder on your Nextcloud.

About grafana, all the components are asked if they are required to be installed, if you run the main installer, it will ask if you want grafana (as the other components) https://github.com/switnet-ltd/quick-jibri-installer/blob/master/quick_jibri_installer.sh#L490

If for some reason you skiped it, you can install it later running: grafana.sh And visit it at https://your-jitsi-domain.com/grafana/

Regards

Ark74 commented 4 years ago

Let me know if yo have any further issue Regards

naveenbabusa commented 4 years ago
sudo -u www-data php /var/www/nextcloud/occ files:scan --all

I am not able to access my Next cloud after running this command. Not sure whats the issue the browser is not even able to access the site

ERR_CONNECTION_TIMED_OUT

looks like the site config went for a toss. Any directions

naveenbabusa commented 4 years ago

Any way i need to uninstall this and install again ? How do you roll back the changes

naveenbabusa commented 4 years ago

It says my connection to the site is also not secured. Seems to have rewritten the config any suggestions pls

Ark74 commented 4 years ago

It says my connection to the site is also not secured. Seems to have rewritten the config any suggestions pls

One thing is not related with the other. Seems you did changes on nginx, not on nextcloud.

Once again, these instructions can't modify you webserver configuration.

curl -s https://raw.githubusercontent.com/switnet-ltd/quick-jibri-installer/master/files/jra-nc-app-ef.json > /tmp/jra.json
sudo -u www-data php /var/www/nextcloud/occ files_external:import /tmp/jra.json
sudo -u www-data php /var/www/nextcloud/occ files:scan --all

Take a closer look on your bash history, to trace all the changes that they were done. My guess is that the IP don't match the server domain.