This commit is contained in:
2025-09-20 21:56:27 +03:00
parent c66efde7b5
commit dadaaba7cf
2 changed files with 6 additions and 3 deletions
+1 -2
View File
@@ -109,8 +109,7 @@
# }; # };
onlyoffice = { onlyoffice = {
enable = true; enable = true;
hostname = "localhost"; hostname = "onlyoffice";
port = 8890;
}; };
#rabbitmq.enable = false; #rabbitmq.enable = false;
}; };
+5 -1
View File
@@ -27,7 +27,7 @@
} }
]; ];
}; };
"localhost:8890" = { "onlyoffice" = {
forceSSL = false; forceSSL = false;
enableACME = false; enableACME = false;
listen = [ listen = [
@@ -39,6 +39,10 @@
addr = "192.168.1.20"; addr = "192.168.1.20";
port = 8890; port = 8890;
} }
{
addr = "localhost";
port = 8890;
}
]; ];
}; };
# "localhost:9980" = { # "localhost:9980" = {