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:
parent
85637f2979
commit
a00b681205
@ -20,6 +20,7 @@ Allowed fields: `["users", "loginsLast24H", "failedLoginsLast24H"]`.
|
|||||||
```yaml
|
```yaml
|
||||||
widget:
|
widget:
|
||||||
type: authentik
|
type: authentik
|
||||||
url: http://authentik.host.or.ip:22070
|
url: http://authentik.host.or.ip:port
|
||||||
key: api_token
|
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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user