jitsi / docker-jitsi-meet

Jitsi Meet on Docker
https://hub.docker.com/u/jitsi/
Apache License 2.0
3.06k stars 1.36k forks source link

Self-hosting guide needs a change #1353

Open Thumpermat opened 2 years ago

Thumpermat commented 2 years ago

When creating the directories with mkdir -p ~/.jitsi-meet-cfg/{web,transcripts,prosody/config,prosody/prosody-plugins-custom,jicofo,jvb,jigasi,jibri} the directory web/crontabs is missing, so the command should be:

mkdir -p ~/.jitsi-meet-cfg/{web,web/crontabs,transcripts,prosody/config,prosody/prosody-plugins-custom,jicofo,jvb,jigasi,jibri}

And the command for Windows should be changed accordingly

saghul commented 2 years ago

Is it necessary though? Did you get any errors for not creating it?

Thumpermat commented 2 years ago

I did get the error that the web container couldn’t be created. That’s why I opened the issue.

On 2 Aug 2022, at 21:23, Saúl Ibarra Corretgé @.***> wrote:

 Is it necessary though? Did you get any errors for not creating it?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

saghul commented 2 years ago

Any chance you saved the error you got? If it was the directory indeed, mind sending a PR to the handbook?

Thumpermat commented 2 years ago

I will do a clean install with the latest stable version.