docker-jitsi-meet icon indicating copy to clipboard operation
docker-jitsi-meet copied to clipboard

Self-hosting guide needs a change

Open Thumpermat opened this issue 3 years ago • 4 comments

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

Thumpermat avatar Aug 02 '22 17:08 Thumpermat

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

saghul avatar Aug 02 '22 19:08 saghul

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.

Thumpermat avatar Aug 02 '22 19:08 Thumpermat

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

saghul avatar Aug 03 '22 09:08 saghul

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

Thumpermat avatar Aug 03 '22 21:08 Thumpermat