ABOUT
Authelia is an open-source authentication and authorization server and portal fulfilling the identity and access management (IAM) role of information security in providing multi-factor authentication and single sign-on (SSO) for your applications via a web portal. It acts as a companion for common reverse proxies.
infoDuring installation, you will have to input your domain (ex. domain.com). Authelia will use auth.domain.com
infoAfter installation, change your password to one of your own choosing.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally1 CPU512 MB RAM2 GB disk
Config path/etc/authelia/configuration.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/authelia.sh'; sha='99a543f6d94349f2d4522e7a3cb2fa58665b91a84aa0aec3184b6e95b37e7dc0'; 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/authelia.shSHA-256 99a543f6d94349f2d4522e7a3cb2fa58665b91a84aa0aec3184b6e95b37e7dc0 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.