From c3dd28f2db05c29cec4488da8e36a3f20aaed9f2 Mon Sep 17 00:00:00 2001 From: fxequals Date: Sat, 19 Jul 2025 08:47:11 -0400 Subject: [PATCH] minor edits --- emerald-theory/authentik/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emerald-theory/authentik/README.md b/emerald-theory/authentik/README.md index 2de2cb0..2672d4c 100644 --- a/emerald-theory/authentik/README.md +++ b/emerald-theory/authentik/README.md @@ -98,7 +98,7 @@ location / { # all requests to /outpost.goauthentik.io must be accessible without authentication location /outpost.goauthentik.io { - proxy_pass https://172.18.1.10:9443/outpost.goauthentik.io; + proxy_pass https://:9443/outpost.goauthentik.io; # ensure the host of this vserver matches your external URL you've configured # in authentik proxy_set_header Host $host; @@ -173,7 +173,7 @@ location @goauthentik_proxy_signin { 7) Select `default-provider-authorization-explicit-consent` for **Authorization Flow** 8) Click on **Forward auth (single application)** 9) Enter the **External host** name and click **Next** - - This is generally the proxy hostname (ex. https://docker.mydigitalfix.com) + - This is generally the proxy hostname (ex. https://docker.mysite.com) 10) Skip **Policy/User/Group Bindings** step and click **Next** 11) Click **Close** ## Add Application to Outpost