Replies: 2 comments 1 reply
-
This is a cool idea, especially because when a certificate is renewed, it can trigger a bunch of service reloads that can introduce downtime, and it is sometimes important to control when that happens. I think a problematic area here is that acme.sh installs a cron job in the image at build time. In any case, in the meantime, you can work around that without needing for manual intervention by not running acme.sh in dameon mode but instead using a container such as whefter/docker-cron to do |
Beta Was this translation helpful? Give feedback.
-
you can use And then do whatever you like. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello !
First thing first thank you so much for this great script, it makes my life so much easier <3
I would like to submit a feature request to make the CRON schedule customizable via the envvars like most of the rest.
Actually the CRON schedule is autoset on a random time but in my case I need to be able to choose it explicitly to avoid any issues with other scheduled tasks I have.
Until now I have to sh into the docker container after each (re)creation to crontab -e what makes the container auto update a little bit tedious.
Any thoughts ?
Beta Was this translation helpful? Give feedback.
All reactions