This commit is contained in:
2025-10-06 22:23:51 +03:00
parent c00eb7e6cd
commit 9008de4f66
2 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ in
}; };
onlyoffice = { onlyoffice = {
enable = true; enable = true;
hostname = "0.0.0.0"; hostname = "localhost";
}; };
}; };
+14
View File
@@ -27,6 +27,20 @@
} }
]; ];
}; };
"localhost:8000" = {
forceSSL = false;
enableACME = false;
listen = [
{
addr = "100.64.0.0";
port = 8000;
}
{
addr = "192.168.1.20";
port = 8000;
}
];
};
# "office.zeroq.ru" = { # "office.zeroq.ru" = {
# forceSSL = false; # forceSSL = false;
# enableACME = false; # enableACME = false;