authentik: Update

This commit is contained in:
The Hedgehog 2023-02-01 18:15:27 -05:00
parent e26aa0c950
commit 8d7f419eff
Signed by: thehedgehog
GPG key ID: 8CDF3F7CAA53A0F5
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{config, ...}: {
virtualisation.oci-containers.containers = let
authentikVersion = "2022.12";
authentikVersion = "2023.1";
in {
authentik-db = {
image = "postgres:12-alpine";

View file

@ -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";