This commit is contained in:
2025-10-06 22:33:21 +03:00
parent 9008de4f66
commit fe0beab681
3 changed files with 16 additions and 19 deletions
+2 -4
View File
@@ -120,7 +120,8 @@ in
}; };
onlyoffice = { onlyoffice = {
enable = true; enable = true;
hostname = "localhost"; hostname = "0.0.0.0";
jwtSecretFile = "${inputs.zeroq-credentials}/services/onlyoffice/jwt.txt";
}; };
}; };
@@ -129,9 +130,6 @@ in
# "nextcloud.zeroq.ru" # "nextcloud.zeroq.ru"
# "office.zeroq.ru" # "office.zeroq.ru"
# ]; # ];
"nextcloud.local" = [
"nextcloud.zeroq.ru"
];
# "0.0.0.0" = [ # "0.0.0.0" = [
# "onlyoffice.local" # "onlyoffice.local"
# ]; # ];
+14 -14
View File
@@ -27,20 +27,20 @@
} }
]; ];
}; };
"localhost:8000" = { # "localhost:8000" = {
forceSSL = false; # forceSSL = false;
enableACME = false; # enableACME = false;
listen = [ # listen = [
{ # {
addr = "100.64.0.0"; # addr = "100.64.0.0";
port = 8000; # port = 9980;
} # }
{ # {
addr = "192.168.1.20"; # addr = "192.168.1.20";
port = 8000; # port = 9980;
} # }
]; # ];
}; # };
# "office.zeroq.ru" = { # "office.zeroq.ru" = {
# forceSSL = false; # forceSSL = false;
# enableACME = false; # enableACME = false;
-1
View File
@@ -62,7 +62,6 @@ in
}; };
extraConfig = '' extraConfig = ''
client_max_body_size 5G; client_max_body_size 5G;
absolute_redirect off;
''; # absolute_redirect off; ''; # absolute_redirect off;
}; };
"immich.zeroq.ru" = { "immich.zeroq.ru" = {