about summary refs log tree commit diff
path: root/nixos/modules/services/security/oauth2_proxy.nix
AgeCommit message (Expand)AuthorFilesLines
2024-04-28nixos/oauth2-proxy{,-nginx}: renamed from oauth2_proxy, also renamed the serv...Sandro Jäckel1-597/+0
2024-04-21Merge pull request #303224 from 0z13/oauth2_proxy-add-issuer-urlSandro1-0/+10
2024-04-18nixos/oauth2_proxy: add oidc-issuer-url flagJonathan Zielinski1-0/+10
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-48/+48
2024-01-19nixos: fix a bunch of services missing dep on network-online.targetJade Lovelace1-0/+1
2023-11-27treewide: use `mkPackageOption`h7x41-8/+1
2023-08-16nixos/oauth2_proxy: service after network.target -> network-online.targetIlan Joselevich1-1/+1
2023-04-07treewide: use more lib.optionalStringFelix Buehler1-3/+2
2022-08-31nixos/*: automatically convert option descriptionspennae1-1/+1
2022-08-19nixos/*: automatically convert option docspennae1-2/+2
2022-08-19nixos/*: mark pre-existing markdown descriptions as mdDocpennae1-1/+1
2022-07-30treewide: automatically md-convert option descriptionspennae1-54/+54
2022-03-25nixos/oauth2_proxy: add user groupnotgne21-0/+3
2022-03-20nixos/oauth2_proxy: add missing oidc providers (#164632)Benjamin Staffin1-4/+6
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-1/+1
2021-04-18nixos/oauth2_proxy: fix package name in nixos moduleYorick van Pelt1-3/+3
2021-02-03nixos/oauth2_proxy: add extraConfig typeScriptkiddi1-0/+1
2020-11-23nixos/*: fix indentationzowoq1-2/+2
2020-07-19oauth2_proxy: 5.1.1 -> 6.0.0 (#93121)Nikola Knežević1-5/+7
2020-04-28nixos/*: use $out instead of $bin with buildGoPackagezowoq1-1/+1
2020-04-20oauth2_proxy: Update NixOS moduleNikola Knezevic1-5/+24
2019-10-12treewide: Switch to system usersJanne Heß1-0/+1
2019-08-31nixos/modules: Remove all usages of types.stringSilvan Mosberger1-2/+2
2019-04-29treewide: Remove usage of isNullDaniel Schaefer1-4/+4
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink1-1/+1
2018-05-26Handle attributes being derivationsMichishige Kaito1-0/+1
2018-04-27oauth2_proxy: use explicit upstream default for setXauthrequestYorick van Pelt1-2/+2
2018-04-16oauth2_proxy: add keyFile, make some options optionalYorick van Pelt1-4/+33
2018-04-16oauth2_proxy: update module for extraConfig supportYorick van Pelt1-57/+74
2017-10-06oauth2_proxy: default address updatedDavid Johnson1-1/+1
2017-07-21nixos/oauth2_proxy: actually pass provider-specific optionsRhys1-5/+4
2017-04-11treewide: use boolToString functionFranz Pletz1-10/+7
2016-09-13oauth2_proxy: remove use of network-interfaces.targetJoachim Fasting1-1/+1
2016-06-13Fixes #16181 - using bin output for Go servicesKamil Chmielewski1-1/+1
2016-06-10oauth2_proxy module: fix manual buildJoachim Fasting1-24/+19
2016-06-09Add module for oauth2_proxyJonathan Lange1-0/+528