From 33a33aae8838e77f2fd6d318ca5d68c59473368d Mon Sep 17 00:00:00 2001 From: ruslandoga Date: Wed, 20 Aug 2025 13:30:10 +0900 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6fd140..0307efb 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,9 @@ SECRET_KEY_BASE=As0fZsJlUpuFYSthRjT5Yflg/NlxkFKPRro72xMLXF8yInZ60s6xGGXYVqml+XN1 ``` - Make sure `$BASE_URL` is set to the actual domain where you plan to host the service. The domain must have a DNS entry pointing to your server for proper resolution and automatic Let's Encrypt TLS certificate issuance. More on that in the next step. Also ensure `$SECRET_KEY_BASE` is set to a secure 64-byte string. + Make sure `$BASE_URL` is set to the **actual domain** where you plan to host the service. The domain must have a DNS entry pointing to your server for proper resolution and automatic Let's Encrypt TLS certificate issuance. More on that in the next step. + + Also ensure `$SECRET_KEY_BASE` is set to at least a **64-byte** string. 1. Expose Plausible server to the web with a [compose override file:](https://github.com/plausible/community-edition/wiki/compose-override)