From e75a32e4d0fff762059986bb3308950b7a618a80 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 19 Apr 2025 18:01:02 +0200 Subject: [PATCH] improve docs regarding external_url (#406) --- docs/documentation/configuration/overview.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/documentation/configuration/overview.md b/docs/documentation/configuration/overview.md index 6413861..a7d6964 100644 --- a/docs/documentation/configuration/overview.md +++ b/docs/documentation/configuration/overview.md @@ -562,7 +562,8 @@ Below are the properties for each LDAP provider entry inside `auth.ldap`: ### `external_url` - **Default:** `http://localhost:8888` -- **Description:** The URL where a client can access WireGuard Portal. +- **Description:** The URL where a client can access WireGuard Portal. This URL is used for generating links in emails and for performing OAUTH redirects. + **Important:** If you are using a reverse proxy, set this to the external URL of the reverse proxy, otherwise login will fail. If you access the portal via IP address, set this to the IP address of the server. ### `site_company_name` - **Default:** `WireGuard Portal`