docker-jitsi-meet
docker-jitsi-meet copied to clipboard
acme.sh drops all calls every day
So we had this "bug" happening in our Jitsi installation, we have calls 24/7 and we noticed that every day all calls were disconnected at exactly the same minute.
We spent quite a few days until we figured out it was this:
/root/.jitsi-meet-cfg/web/crontabs/root
36 8 * * * "/config/acme.sh"/acme.sh --cron --home "/config/acme.sh" > /dev/null
Is there a way to fix it it so it does restart the services ONLY if a cert renewal was made?
Adding to the above question: maybe even reload instead of restart?
I think it should be possible to use the "webroot" mode, so acme would just place a file in the right directory and nginx would be the one to serve it, when a reload should suffice.
A PR would be welcome!