ABOUT
A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.
infoThis application includes a blank configuration file by default due to the wide range of available configuration options. We recommend referring to the official documentation for guidance: `https://oauth2-proxy.github.io/oauth2-proxy/configuration/overview`. With this you can make your config.toml file accordingly to your needs.
infoAfter changing the config restart OAuth2-Proxy with: `systemctl restart oauth2-proxy`
INSTALL
Approved local installer
DefaultDebian 13
Approved locally1 CPU512 MB RAM3 GB disk
Config path/opt/oauth2-proxy/config.toml
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/oauth2-proxy.sh'; sha='8e95828dbbfc30d19e24c35daecf369d2c9ffc440f75d0c375b9df98effbf9b9'; 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/oauth2-proxy.shSHA-256 8e95828dbbfc30d19e24c35daecf369d2c9ffc440f75d0c375b9df98effbf9b9 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.