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

acme.sh drops all calls every day

Open vladimir-hidalgo-dev opened this issue 6 months ago • 2 comments

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?

vladimir-hidalgo-dev avatar Oct 22 '25 15:10 vladimir-hidalgo-dev

Adding to the above question: maybe even reload instead of restart?

vladimir-hidalgo-dev avatar Oct 22 '25 15:10 vladimir-hidalgo-dev

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!

saghul avatar Oct 27 '25 10:10 saghul