Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 848 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 848 Bytes

authentik logo


setup-authentik action

This action deploys a local authentik instance in Docker using compose.

Inputs:

  • version: can be set to stable, beta or any valid verison. Defaults to stable.
  • wait: bool, if set to true the action will wait for authentik to be available (waits 600 seconds)
  • sentry_env: Optionally set an environment for sentry reports

Outputs:

  • admin_token: Auto-generated token for the akadmin user
  • admin_password: Auto-generated password for the akadmin user
  • http_url: http URL to access authentik
  • https_url: https URL to access authentik