From ef9068c5bbd95952d7d7d48a084365d5f46bbc7a Mon Sep 17 00:00:00 2001 From: Carlo <138704619+wan0v@users.noreply.github.com> Date: Mon, 11 Nov 2024 04:26:40 +0100 Subject: [PATCH] Documentation: change authentik port to generic placeholder (#4272) --- docs/widgets/services/authentik.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets/services/authentik.md b/docs/widgets/services/authentik.md index 8968f4bfb..f4dafd40e 100644 --- a/docs/widgets/services/authentik.md +++ b/docs/widgets/services/authentik.md @@ -20,6 +20,6 @@ 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 ```