From a00b681205e9c746adff755ca1be026c3cee7974 Mon Sep 17 00:00:00 2001 From: Carlo <138704619+wan0v@users.noreply.github.com> Date: Sun, 10 Nov 2024 19:23:03 +0100 Subject: [PATCH] Update authentik.md There is no default port 22070 for the configuration of this widget. You can either use the Port specified while installing Authentik or use the domain when using a reverse proxy. See: https://docs.goauthentik.io/docs/developer-docs/api/ --- docs/widgets/services/authentik.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/widgets/services/authentik.md b/docs/widgets/services/authentik.md index 8968f4bfb..17a22fd1b 100644 --- a/docs/widgets/services/authentik.md +++ b/docs/widgets/services/authentik.md @@ -20,6 +20,7 @@ Allowed fields: `["users", "loginsLast24H", "failedLoginsLast24H"]`. ```yaml widget: type: authentik - url: http://authentik.host.or.ip:22070 + url: http://authentik.host.or.ip:port key: api_token ``` +The port should be the one you specified in the environment variables `COMPOSE_PORT_HTTP` or `COMPOSE_PORT_HTTPS` when installing Authentik. If you are using a reverse proxy alternatively you can just enter the domain.