This commit is contained in:
2025-10-06 22:19:17 +03:00
parent 13ae65c3dc
commit c00eb7e6cd
2 changed files with 30 additions and 32 deletions
+4 -7
View File
@@ -120,7 +120,7 @@ in
};
onlyoffice = {
enable = true;
hostname = "onlyoffice.local";
hostname = "0.0.0.0";
};
};
@@ -132,12 +132,9 @@ in
"nextcloud.local" = [
"nextcloud.zeroq.ru"
];
"0.0.0.0" = [
"onlyoffice.local"
];
"100.64.0.0:9980" = [
"onlyoffice.local"
];
# "0.0.0.0" = [
# "onlyoffice.local"
# ];
};
systemd.services.nextcloud-config-collabora =
+2 -1
View File
@@ -57,11 +57,12 @@ in
forceSSL = true;
kTLS = true;
locations."/" = {
proxyPass = "http://${server}:9980";
proxyPass = "http://${server}:8000";
proxyWebsockets = true;
};
extraConfig = ''
client_max_body_size 5G;
absolute_redirect off;
''; # absolute_redirect off;
};
"immich.zeroq.ru" = {