From 1e2187d297e0886bff5f55f8c2c23df652358579 Mon Sep 17 00:00:00 2001 From: Albert Armea Date: Sat, 21 Mar 2026 18:52:19 +0000 Subject: [PATCH] Fix initial script run --- .env.example | 3 +++ bootstrap_certs.sh | 0 2 files changed, 3 insertions(+) mode change 100644 => 100755 bootstrap_certs.sh diff --git a/.env.example b/.env.example index 556e45b..bfa3537 100644 --- a/.env.example +++ b/.env.example @@ -10,3 +10,6 @@ MAXMIND_LICENSE_KEY=your_license_key # Set to true after initial setup to prevent public registration DISABLE_REGISTRATION=true +# +# Email address provided to Let's Encrypt for renewal notices +LETSENCRYPT_EMAIL=example@example.com diff --git a/bootstrap_certs.sh b/bootstrap_certs.sh old mode 100644 new mode 100755