authentik | scripts-underground authentik | scripts-underground
⚠️
WARNING: Executing scripts from the internet without understanding what they do can be dangerous. This is an open frontier — always review the code before running it.

authentik

CPU: cores RAM: MB Disk: GB
REPO_BASE=https://raw.githubusercontent.com/scripts-underground/proxmox/main bash -c "$(curl -fsSL https://raw.githubusercontent.com/scripts-underground/proxmox/main/scripts/lxc/authentik.sh)"

authentik

authentik is an IdP (Identity Provider) and SSO (Single Sign On) platform.

Notes

  • A 1 GB secondary volume is automatically created and attached to the container at /opt/authentik-data. This is required for Authentik’s internal file manager to work.
  • You will get a Not Found error if initial setup URL doesn’t include the trailing forward slash /. Make sure you use the complete url (http://:9000/if/flow/initial-setup/) including the trailing forward slash.
  • If 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.
Copied!