authelia

authelia 4.39.22

Single Sign-On Multi-Factor portal for web apps

<rendered-html><p>Authelia is an open-source authentication and authorization server providing two-factor authentication and single sign-on (SSO) for your applications via a web portal. It acts as a companion for reverse proxies like nginx, Traefik, caddy or HAProxy to let them know whether requests should either be allowed or redirected to Authelia’s portal for authentication.</p> </rendered-html>

https://www.authelia.com/
Apache License 2.0
main program: autheliaprograms: authelia
Platforms (30)
arc-linuxarmv5tel-linuxloongarch64-linuxx86_64-freebsdx86_64-linuxriscv64-linuxs390-linuxi686-freebsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  authelia
];
Ad-hoc shell
nix-shell -p authelia
Flake (nix run)
nix run nixpkgs#authelia