Compare commits
2 commits
0f33e4c58a
...
60797335fe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
60797335fe | ||
|
|
d583bcb52a |
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
domain = "auth.mc-fucker.cool";
|
||||
port = "9000";
|
||||
outpostPort = "9001";
|
||||
version = "2025.4";
|
||||
version = "2025.6";
|
||||
};
|
||||
|
||||
bookstack = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue