This commit is contained in:
mjallen18
2026-03-16 16:41:46 -05:00
parent 742e1703d8
commit 7538f734f1
19 changed files with 259 additions and 851 deletions

View File

@@ -28,6 +28,10 @@ in
port = 9012;
listenAddress = "[::]";
environmentFile = "/run/secrets/jallen-nas/attic-key";
reverseProxy = {
enable = true;
subdomain = "cache";
};
};
authentik = {
enable = true;
@@ -73,6 +77,10 @@ in
collabora = {
enable = true;
port = 9980;
reverseProxy = {
enable = true;
subdomain = "office";
};
};
crowdsec = {
enable = true;
@@ -220,8 +228,8 @@ in
termix = {
enable = true;
port = 7777;
reverseProxy = enabled;
};
traefik = disabled;
unmanic = {
enable = true;
port = 8265;