From fb206e9261a496c61a86e2bb1a90ab904307633b Mon Sep 17 00:00:00 2001 From: MrMeeb Date: Sun, 12 May 2024 20:21:17 +0000 Subject: [PATCH] Add new env vars to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 25c3564..8d66f82 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,9 @@ Core options to the container | GENERATE_DHPARAM | true (case-sensitive) | Generate Diffie-Hellman keys in /config/letsencrypt/keys | | INTERVAL | 0 */6 * * * | How often certbot attempts to renew the certificate. Cron syntax | | CERT_COUNT | 1 | How many certificates certbot will try to issue. [Details here](https://git.mrmeeb.stream/MrMeeb/certbot-cron-docker#multiple-certificates) | +| APPRISE_URL | None | URL for Apprise notifications. [Syntax](https://github.com/caronc/apprise?tab=readme-ov-file#supported-notifications) +| NOTIFY_ON_SUCCESS | false | Notify on a successful renewal attempt. Note that this isn't just when the cert is renewed, but on every renewal attempt. | +| NOTIFY_ON_FAILURE | false | Notify on a failed renewal attempt. ### Certificate Options