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/
This commit is contained in:
Carlo
2024-11-10 19:23:03 +01:00
committed by GitHub
parent 85637f2979
commit a00b681205

View File

@@ -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.