mkModule various
This commit is contained in:
@@ -102,38 +102,28 @@ in
|
||||
enable = true;
|
||||
port = 6754;
|
||||
};
|
||||
manyfold = enabled;
|
||||
manyfold = {
|
||||
enable = true;
|
||||
port = 3214;
|
||||
};
|
||||
matrix = {
|
||||
enable = true;
|
||||
port = 8448;
|
||||
localAddress = "10.0.1.3";
|
||||
dataDir = "/media/nas/main/nix-app-data/matrix-synapse";
|
||||
reverseProxy = {
|
||||
enable = true;
|
||||
subdomain = "matrix";
|
||||
middlewares = [
|
||||
"crowdsec"
|
||||
"whitelist-geoblock"
|
||||
];
|
||||
};
|
||||
reverseProxy.enable = true;
|
||||
};
|
||||
minecraft = disabled;
|
||||
mongodb = disabled;
|
||||
netbootxyz = {
|
||||
enable = true;
|
||||
};
|
||||
nextcloud = enabled;
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
port = 9988;
|
||||
};
|
||||
ntfy = {
|
||||
enable = true;
|
||||
port = 2586;
|
||||
localAddress = "10.0.1.3";
|
||||
dataDir = "/media/nas/main/nix-app-data/ntfy";
|
||||
reverseProxy = {
|
||||
enable = true;
|
||||
subdomain = "ntfy";
|
||||
middlewares = [
|
||||
"crowdsec"
|
||||
"whitelist-geoblock"
|
||||
];
|
||||
};
|
||||
reverseProxy.enable = true;
|
||||
};
|
||||
ocis = disabled;
|
||||
onlyoffice = disabled;
|
||||
|
||||
Reference in New Issue
Block a user