This commit is contained in:
2025-09-23 22:50:33 +03:00
parent cd0f1baa10
commit 097d8c6903
+29 -27
View File
@@ -86,36 +86,38 @@ in
; ;
}; };
}; };
collabora-online = { # collabora-online = {
enable = false; # enable = false;
#package = stable.collabora-online; # #package = stable.collabora-online;
port = 9980; # port = 9980;
settings = { # settings = {
# Rely on reverse proxy for SSL # # Rely on reverse proxy for SSL
server_name = "https://collabora.zeroq.ru"; # server_name = "https://collabora.zeroq.ru";
ssl = { # ssl = {
enable = false; # enable = false;
termination = true; # termination = true;
ssl_verification = false; # ssl_verification = false;
}; # };
net = { # net = {
listen = "0.0.0.0"; # listen = "0.0.0.0";
post_allow.host = [ # post_allow.host = [
"localhost" # "localhost"
"127.0.0.1" # "127.0.0.1"
"0.0.0.0" # "0.0.0.0"
"nextcloud.zeroq.ru" # "nextcloud.zeroq.ru"
]; # "::1" # ]; # "::1"
}; # };
storage.wopi = { # storage.wopi = {
"@allow" = true; # "@allow" = true;
host = [ "nextcloud.zeroq.ru" "127.0.0.1" "0.0.0.0" ]; # host = [ "nextcloud.zeroq.ru" "127.0.0.1" "0.0.0.0" ];
}; # };
}; # };
}; # };
onlyoffice = { onlyoffice = {
enable = true; enable = true;
hostname = "onlyoffice.local"; hostname = "onlyoffice.local";
port = 8000;
package = stable.onlyoffice-documentserver;
}; };
#rabbitmq.enable = false; #rabbitmq.enable = false;
}; };