Use certbot ntfy topic for certificate alerts
This commit is contained in:
@@ -4,7 +4,7 @@ set -uo pipefail
|
|||||||
|
|
||||||
CERT_DIR="${CERT_DIR:-/etc/letsencrypt/live}"
|
CERT_DIR="${CERT_DIR:-/etc/letsencrypt/live}"
|
||||||
EXPIRY_DAYS="${EXPIRY_DAYS:-14}"
|
EXPIRY_DAYS="${EXPIRY_DAYS:-14}"
|
||||||
NTFY_URL="${NTFY_URL:-https://ntfy.silverwal.com/silver}"
|
NTFY_URL="${NTFY_URL:-https://ntfy.silverwal.com/certbot}"
|
||||||
NTFY_TITLE="${NTFY_TITLE:-SSL certificate warning}"
|
NTFY_TITLE="${NTFY_TITLE:-SSL certificate warning}"
|
||||||
NTFY_PRIORITY="${NTFY_PRIORITY:-high}"
|
NTFY_PRIORITY="${NTFY_PRIORITY:-high}"
|
||||||
NTFY_TAGS="${NTFY_TAGS:-warning,lock}"
|
NTFY_TAGS="${NTFY_TAGS:-warning,lock}"
|
||||||
|
|||||||
Reference in New Issue
Block a user