temp
This commit is contained in:
@@ -123,6 +123,36 @@
|
||||
enable = true;
|
||||
};
|
||||
|
||||
ntfy = {
|
||||
enable = true;
|
||||
port = 2586;
|
||||
localAddress = "10.1.0.3";
|
||||
dataDir = "/media/nas/main/nix-app-data/ntfy";
|
||||
reverseProxy = {
|
||||
enable = true;
|
||||
subdomain = "ntfy";
|
||||
middlewares = [
|
||||
"crowdsec"
|
||||
"whitelist-geoblock"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
matrix = {
|
||||
enable = true;
|
||||
port = 8448;
|
||||
localAddress = "10.1.0.3";
|
||||
dataDir = "/media/nas/main/nix-app-data/matrix-synapse";
|
||||
reverseProxy = {
|
||||
enable = true;
|
||||
subdomain = "matrix";
|
||||
middlewares = [
|
||||
"crowdsec"
|
||||
"whitelist-geoblock"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
glances = {
|
||||
enable = true;
|
||||
port = 61208;
|
||||
@@ -153,7 +183,7 @@
|
||||
};
|
||||
|
||||
tabby-web = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
port = 8050;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
@@ -234,6 +234,13 @@ in
|
||||
"jallen-nas/free-games/gog-pass" = {
|
||||
sopsFile = defaultSops;
|
||||
};
|
||||
|
||||
# ------------------------------
|
||||
# ntfy
|
||||
# ------------------------------
|
||||
"jallen-nas/ntfy/auth-users" = {
|
||||
sopsFile = defaultSops;
|
||||
};
|
||||
};
|
||||
|
||||
# ------------------------------
|
||||
|
||||
Reference in New Issue
Block a user