Documentation: change authentik port to generic placeholder (#4272)

This commit is contained in:
Carlo 2024-11-11 04:26:40 +01:00 committed by GitHub
parent 85637f2979
commit ef9068c5bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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