docker-jitsi-meet
docker-jitsi-meet copied to clipboard
Self-hosting guide needs a change
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
Is it necessary though? Did you get any errors for not creating it?
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.
Any chance you saved the error you got? If it was the directory indeed, mind sending a PR to the handbook?
I will do a clean install with the latest stable version.