ABOUT
authentik is an IdP (Identity Provider) and SSO (Single Sign On) platform.
infoMain config /etc/authentik/config.yml. The configuration files for individual services such as server, worker, outposts are located in the /etc/default/ directory and their names start with 'authentik-*'
infoIf you want automatic GeoIP updates, create a free account at https://www.maxmind.com/en/geolite2/signup, then edit the /usr/local/etc/GeoIP.conf file with your credentials and remove the # in front of the geoipupdate line in the crontab.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally4 CPU8192 MB RAM16 GB disk
Config path/etc/authentik/config.yml
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/authentik.sh'; sha='f4803a1b2430775ba08277305f5173eea28fb313aa8ddbd8541a54e9ed8db68a'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/authentik.shSHA-256 f4803a1b2430775ba08277305f5173eea28fb313aa8ddbd8541a54e9ed8db68a LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.