From 5f458e1905e8ef968cee40517bef0b70b8561506 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Sat, 18 Feb 2023 15:01:27 +0530 Subject: [PATCH] add ip header to README --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index e66b90c..f4a6adf 100644 --- a/README.md +++ b/README.md @@ -37,14 +37,15 @@ If you want to run the website locally in production follow the steps in [develo The website has the following **mandatory** environment variables -| Name | Description | -| :----------------- | :----------------------------------| -| AUTH_CLIENT_ID | Authentik client ID | -| AUTH_CLIENT_SECRET | Authentik client secret | -| AUTH_ISSUER | Authentication issuer URL | -| AUTH_TRUST_HOST | Your domain | -| AUTH_SECRET | Random 32 char secret | -| GHOST_URL | Your Ghost CMS URL | -| GHOST_API_KEY | Your Ghost CMS API key | -| KUMA_URL | Your Uptime Kuma announcements URL | -| ORIGIN | Your domain | +| Name | Description | +| :----------------- | :--------------------------------------------- | +| AUTH_CLIENT_ID | Authentik client ID | +| AUTH_CLIENT_SECRET | Authentik client secret | +| AUTH_ISSUER | Authentication issuer URL | +| AUTH_TRUST_HOST | Your domain | +| AUTH_SECRET | Random 32 char secret | +| GHOST_URL | Your Ghost CMS URL | +| GHOST_API_KEY | Your Ghost CMS API key | +| KUMA_URL | Your Uptime Kuma announcements URL | +| ORIGIN | Your domain | +| ADDRESS_HEADER | Header used to retrieve client IP (Caddy only) |