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

Update installDocker.sh #372

Closed vorpentine closed 1 year ago

vorpentine commented 1 year ago

"cat /dev/urandom" took over 10mins, after which I killed the command and swapped in from: cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1 to: date +%s | sha256sum | base64 | head -c 32

I'm not saying this is right, but it worked for me.