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;
|
domain = cfg.authentik.domain;
|
||||||
redis = "6379";
|
redis = "6379";
|
||||||
port = cfg.authentik.port;
|
port = cfg.authentik.port;
|
||||||
version = conf.authentik.version;
|
version = cfg.authentik.version;
|
||||||
authentikEnvironment = {
|
authentikEnvironment = {
|
||||||
TZ = "Europe/Berlin";
|
TZ = "Europe/Berlin";
|
||||||
AUTHENTIK_REDIS__HOST = cfg.podman.hostIP;
|
AUTHENTIK_REDIS__HOST = cfg.podman.hostIP;
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
domain = "auth.mc-fucker.cool";
|
domain = "auth.mc-fucker.cool";
|
||||||
port = "9000";
|
port = "9000";
|
||||||
outpostPort = "9001";
|
outpostPort = "9001";
|
||||||
version = "2025.4";
|
version = "2025.6";
|
||||||
};
|
};
|
||||||
|
|
||||||
bookstack = {
|
bookstack = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue