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

Jibri SSH login password #34

Closed timowevel1 closed 3 years ago

timowevel1 commented 3 years ago

Hello,

when I deploy an additional node, it wants me to login via SSH to the Main Node with the user "jbsync_......". Where is the password located which I have to enter?

Thanks

Ark74 commented 3 years ago

Hey, I guess you found out, right?

timowevel1 commented 3 years ago

Yes, found it, I was blind. Could this be an enhancement? I am using Cloudflare and it doesnt recognize my DNS entries, although Letsencrypt works fine with the Cloudflare proxy, so I commented out the mechanism where it checks the DNS settings. Maybe you could add such a support.

timowevel1 commented 3 years ago

But another thing: I installed Nextcloud through the script, thanks for adding it. Wouldnt be a problem though. You added the /var/jbrecord folder as external storage, but in my NC it's empty, see here: https://prnt.sc/111oe9t Although the folder is not empty: https://prnt.sc/111oep2

Any ideas on that?

timowevel1 commented 3 years ago

Probably a problem with the Ownership of the folder owned by the Jibri user, other folders are working. Any idea how to fix that?

Ark74 commented 3 years ago

so I commented out the mechanism where it checks the DNS settings.

I might avoid exiting, and only warn about it.

NC it's empty

Seems to be a redis issue

Ark74 commented 3 years ago

Probably a problem with the Ownership of the folder owned by the Jibri user, other folders are working. Any idea how to fix that?

Seems to be a cache issue. Just try giving a bit of time, or maybe restart redis.

timowevel1 commented 3 years ago

Gave it some time, works. Thanks!