authentik: Update
This commit is contained in:
parent
e26aa0c950
commit
8d7f419eff
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{config, ...}: {
|
||||
virtualisation.oci-containers.containers = let
|
||||
authentikVersion = "2022.12";
|
||||
authentikVersion = "2023.1";
|
||||
in {
|
||||
authentik-db = {
|
||||
image = "postgres:12-alpine";
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
RUN_MIGRATIONS = "1";
|
||||
INVIDIOUS_INSTANCE = "yewtu.be";
|
||||
OAUTH2_PROVIDER = "oidc";
|
||||
OAUTH2_OIDC_DISCOVERY_ENDPOINT = "https://auth.pyrox.dev/application/o/miniflux/";
|
||||
OAUTH2_OIDC_DISCOVERY_ENDPOINT = "https://auth.pyrox.dev/application/o/pyrss/";
|
||||
OAUTH2_CLIENT_ID = "deb100e77edc7342e64b093b2c5818c48274148a";
|
||||
# OAUTH2_CLIENT_SECRET_FILE = "/run/agenix/miniflux-oidc-secret";
|
||||
OAUTH2_USER_CREATION = "0";
|
||||
|
|
Loading…
Reference in a new issue