From d21aab240beb84ffa3c85da371024db5f8f73a78 Mon Sep 17 00:00:00 2001 From: Josue Carames <35548140+josuecarames@users.noreply.github.com> Date: Tue, 30 Apr 2024 19:51:13 -0600 Subject: [PATCH] Update authentik.md I deleted the port number in the url section of the widget. When kept, the API throws an error but when removed, it works. --- 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 8968f4bf..4e0f14b0 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 key: api_token ```