Ubuntu : 20.XX
Jitsi Docker
NGINX and let’encrypt certificates
Hi,
I had been using the docker version for months with prosody authentication for two different sites. For a site, I decided to upgrade and use the latest published versions. Since then, I’ve had two problems:
- Continous Connect/Disconnect/Reconnect
- Etherpad boots but without associated ports in docker (loac, exposed) ( at nginx level, I redirect to http port 38108)
My research seems to indicate a Prosody problem. I have created a user … but the situation remains the same! I was unable to load my certificate as recommended in a discussion …
I manage two sites. I have compared the configuration files line by line, they are almost identical. Where to look ? Are you aware of an important change between the current version and the version a few months old ?
The definitions and examples of these variables could help me …
ETHERPAD_URL_BASE ( Docker bridge net work is 172.17.0.1 and docker-jitsi-meet_meet.jitsi is 172.21.0.1. The Etherpad ip is 172.21.0.2 )
ETHERPAD_PUBLIC_URL
DOCKER_HOST_ADDRESS
PUBLIC_URL ( I guest the https one ? )
HTTP_PORT
HTTPS_PORT ( in my case the https traffic is managed outside docker)
Thank you