summary refs log tree commit diff
path: root/nixos/modules/services/security/oauth2_proxy_nginx.nix
Commit message (Collapse)AuthorAge
* nixos/*: add trivial defaultText for options with simple defaultspennae2021-12-02
|
* nixos/oauth2_proxy_nginx: add nginx config only if oauth2_proxy is enabled.Jean-Baptiste Giraudeau2021-05-03
|
* nixos/oauth2_proxy_nginx: specify hostname in X-Auth-Request-RedirectZhenya Vinogradov2021-02-08
| | | | | | | | | | | Fixes redirection after signing in when you use a single oauth2_proxy instance for multiple domains. X-Auth-Request-Redirect header is used to decide which URL to redirect to after signing in. Specifying `request_uri` is enough in case you need to redirect to the same domain that serves oauth2 callback endpoint, but with multiple domains the you should include the scheme and the host.
* nixos/modules: Remove all usages of types.stringSilvan Mosberger2019-08-31
| | | | | | And replace them with a more appropriate type Also fix up some minor module problems along the way
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* fixup! oauth2_proxy: add nginx vhost moduleMichishige Kaito2018-06-29
|
* oauth2_proxy: add nginx vhost moduleMichishige Kaito2018-06-29