The authentication glue you need.
Go to file
Moritz 93b5a89aea chore: publish 0.6.0+2022.10.0 release 2022-10-25 18:26:13 +02:00
.env.sample Merge branch 'main' of https://git.coopcloud.tech/coop-cloud/authentik 2022-10-20 13:27:58 +02:00
.gitignore init 2022-04-13 12:51:04 +02:00
README.md add customize command to change background and logo 2022-10-25 17:47:21 +02:00
abra.sh add german translated password reset email template 2022-10-25 17:55:42 +02:00
compose.yml chore: publish 0.6.0+2022.10.0 release 2022-10-25 18:26:13 +02:00
custom.css.tmpl make menubar color customizable 2022-10-19 13:32:27 +02:00
custom_flows.yaml.tmpl add german translated password reset email template 2022-10-25 17:55:42 +02:00
password_reset_de.html add german translated password reset email template 2022-10-25 17:55:42 +02:00

README.md

authentik

authentik is an open-source Identity Provider focused on flexibility and versatility

List of all possible environment variables

  • Category: Apps
  • Status: 0, work-in-progress
  • Image: ghcr/goauthentik/server
  • Healthcheck: Yes
  • Backups: Yes
  • Email: Yes
  • Tests: No
  • SSO: Yes

Quick start

  • abra app new authentik --secrets
  • 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

For more, see docs.coopcloud.tech.