authentik/README.md

40 lines
1000 B
Markdown
Raw Normal View History

2022-04-13 10:04:03 +00:00
# authentik
[authentik](https://goauthentik.io/) is an open-source Identity Provider focused on flexibility and versatility
[List of all possible environment variables](https://goauthentik.io/docs/installation/configuration)
<!-- metadata -->
2022-04-13 10:54:50 +00:00
* **Category**: Apps
2022-04-13 10:04:03 +00:00
* **Status**: 0, work-in-progress
2022-04-13 10:54:21 +00:00
* **Image**: [ghcr/goauthentik/server](https://ghcr.io/goauthentik/server)
2022-04-13 10:04:03 +00:00
* **Healthcheck**: Yes
* **Backups**: Yes
* **Email**: Yes
* **Tests**: No
* **SSO**: Yes
<!-- endmetadata -->
## Quick start
2022-04-13 10:54:21 +00:00
* `abra app new authentik --secrets`
2022-04-13 10:04:03 +00:00
* `abra app config <app-name>`
* `abra app deploy <app-name>`
## Customization
Run this command after every deploy/upgrade:
`abra app command --local <app-name> customize <assets_path>`
This command replaces the background image, the logo and the favicon with the following files placed in the `<assets_path>` directory:
* `flow_background.jpg`
* `icon_left_brand.svg`
* `icon.png`
2022-04-13 10:04:03 +00:00
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).