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 = {
enable = true;
hostname = "localhost";
port = 8890;
hostname = "onlyoffice";
};
#rabbitmq.enable = false;
};
+5 -1
View File
@@ -27,7 +27,7 @@
}
];
};
"localhost:8890" = {
"onlyoffice" = {
forceSSL = false;
enableACME = false;
listen = [
@@ -39,6 +39,10 @@
addr = "192.168.1.20";
port = 8890;
}
{
addr = "localhost";
port = 8890;
}
];
};
# "localhost:9980" = {