From 7521e2c7793fd01984be138228071815cf1e2ceb Mon Sep 17 00:00:00 2001 From: BookWyrm Bot Date: Tue, 2 Jan 2024 19:14:26 +0000 Subject: [PATCH] build site --- locale/en_US/LC_MESSAGES/messages.po | 2 +- site/install-prod.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/en_US/LC_MESSAGES/messages.po b/locale/en_US/LC_MESSAGES/messages.po index 47fc9ad4..70fdfdc4 100644 --- a/locale/en_US/LC_MESSAGES/messages.po +++ b/locale/en_US/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-12-31 04:12+0000\n" +"POT-Creation-Date: 2024-01-02 19:14+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/site/install-prod.html b/site/install-prod.html index 0e2ec237..3b1eb411 100644 --- a/site/install-prod.html +++ b/site/install-prod.html @@ -247,7 +247,7 @@

Install and configure BookWyrm

  • When docker has built successfully, stop the process with CTRL-C
  • Set up HTTPS redirect
    • In docker-compose.yml, comment out the active certbot command, which installs the certificate, and uncomment the line below, which sets up automatically renewals.
    • -
    • In nginx/default.conf, uncomment lines 18 through 50 to enable forwarding to HTTPS. You should have two server blocks enabled
    • +
    • In nginx/default.conf, uncomment lines 18 through 111 to enable forwarding to HTTPS. You should have two server blocks enabled
  • Set up a cron job to keep your certificates up to date (Lets Encrypt certificates expire after 90 days)