mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #932] No Crontask to run auto-renewal in Docker-Container?! #792
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#792
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @typoworx-de on GitHub (Mar 8, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/932
The docker-container does not seem to provide any kind of crontask to ensure auto-renewal for certbot is running in regular schedule?!
Why isn't there anything in /etc/periodic/daily? Also can't find anything in Dockerfile pointing to ensure auto-renewal is running automatically?
And even Healthcheck is not used to schedule to run certbot renewal at least every 1-3 days (Attention: do not run too often to avoid "too much requests" API denial).
@typoworx-de commented on GitHub (Mar 8, 2021):
Trying to fix it by creating separate docker bind-mount on /etc/periodic
and this script:
/etc/periodic/daily/certbot.sh
@jc21 commented on GitHub (Mar 8, 2021):
The nodejs process will renew certs on docker start and every 1 hour thereafter. There does not need to be another process running in the container just for that.