Compare commits
No commits in common. "60797335fe75aae3f587cadf7f3ffc65ad54132e" and "0f33e4c58ad7a9450d4ee5898f9ad2b6f2ca3815" have entirely different histories.
60797335fe
...
0f33e4c58a
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 = cfg.authentik.version;
|
version = conf.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.6";
|
version = "2025.4";
|
||||||
};
|
};
|
||||||
|
|
||||||
bookstack = {
|
bookstack = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue