I tried to follow the installation steps but I hit multiple blocks.
The jitsi version the env file is based on is pretty outdated. A lot of options changed. However, later the latest jitsi is cloned. Now, you have a mismatch between env file and code
The readme seems to assume, that docker is deployed on a server and lets encryt is enabled by default. I neither want to deploy on a server nor do i need encryption (testing locally here :) )
all paths are absolute. That makes it hard to not pollute your file system. On windows systems its even harder - even with bash installed
windows bash does not have sudo
it is not entirely clear in which order the steps need to be performed. Also the env file is never copied to the jitsi-repo
the websocket container did not start for me. I think the reason is (beside git bash problems that i fixed), that the package.json is missing. npm install is not doing anything so server.js fails immediately
Sorry for the long list. I will try to make this a separate jitsi container that just can be copy pasted to the jitsi repo.
I am pretty new to docker so any tip is highly appreciated :).
I tried to follow the installation steps but I hit multiple blocks.
Sorry for the long list. I will try to make this a separate jitsi container that just can be copy pasted to the jitsi repo. I am pretty new to docker so any tip is highly appreciated :).
Thanks for your awesome work!