From d84cf6ef0e9cd555e6bb17bdf08f9aea21cff89f Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 19 Nov 2024 05:46:04 +1300 Subject: [PATCH] Added additional instructions to nginxproxymanager (#329) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added additional instructions to nginxproxymanager * Update json/nginxproxymanager.json --------- Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> --- json/nginxproxymanager.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/nginxproxymanager.json b/json/nginxproxymanager.json index 5897e512c..98c9565b6 100644 --- a/json/nginxproxymanager.json +++ b/json/nginxproxymanager.json @@ -32,8 +32,8 @@ }, "notes": [ { - "text": "Since there are hundreds of Certbot instances, it's necessary to install the specific Certbot of your preference.", + "text": "Since there are hundreds of Certbot instances, it's necessary to install the specific Certbot of your preference. Running `/app/scripts/install-certbot-plugins` within the nginxproxymanager LXC shell will install many additional plugins.", "type": "warning" } ] -} \ No newline at end of file +}