Compare commits

..

2 commits

Author SHA1 Message Date
mc-fucker
60797335fe upped authentik to 2025.6 2025-06-05 10:55:46 +02:00
mc-fucker
d583bcb52a fixed typo 2025-06-05 10:50:49 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ let
domain = cfg.authentik.domain;
redis = "6379";
port = cfg.authentik.port;
version = conf.authentik.version;
version = cfg.authentik.version;
authentikEnvironment = {
TZ = "Europe/Berlin";
AUTHENTIK_REDIS__HOST = cfg.podman.hostIP;

View file

@ -22,7 +22,7 @@
domain = "auth.mc-fucker.cool";
port = "9000";
outpostPort = "9001";
version = "2025.4";
version = "2025.6";
};
bookstack = {