Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 702 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 702 Bytes

Authentik - Bare Metal Install

This is a repository of install scripts for Authentik (Github) to allow for it to be installed on any ordinary bare metal host or LXC container.

Inspired by https://github.com/gtsatsis/authentik-bare-metal

  • This does not install, nor configure Postgres or Redis. Once they're set up, set the configuration values in /home/authentik/src/.local.env.yml.
  • This installs the main branch without a tag.
  • Python is installed from source, as the packages for 3.11 are missing from the Debian repositories.
  • This setup is fully unsupported, and has no fallbacks if any step fails.