collabora try)

This commit is contained in:
2025-10-06 19:55:21 +03:00
parent db3fd7c71d
commit 866570eb9d
4 changed files with 51 additions and 127 deletions
+29 -29
View File
@@ -62,7 +62,7 @@ in
end_to_end_encryption
groupfolders
impersonate
onlyoffice
# onlyoffice
bookmarks
calendar
contacts
@@ -88,35 +88,35 @@ in
;
};
};
# collabora-online = {
# enable = false;
# #package = stable.collabora-online;
# port = 9980;
# settings = {
# # Rely on reverse proxy for SSL
# server_name = "https://collabora.zeroq.ru";
# ssl = {
# enable = false;
# termination = true;
# ssl_verification = false;
# };
# net = {
# listen = "0.0.0.0";
# post_allow.host = [
# "localhost"
# "127.0.0.1"
# "0.0.0.0"
# "nextcloud.zeroq.ru"
# ]; # "::1"
# };
# storage.wopi = {
# "@allow" = true;
# host = [ "nextcloud.zeroq.ru" "127.0.0.1" "0.0.0.0" ];
# };
# };
# };
onlyoffice = {
collabora-online = {
enable = true;
#package = stable.collabora-online;
port = 9980;
settings = {
# Rely on reverse proxy for SSL
server_name = "office.zeroq.ru";
ssl = {
enable = false;
termination = true;
ssl_verification = false;
};
net = {
listen = "0.0.0.0";
post_allow.host = [
"localhost"
"0.0.0.0"
"nextcloud.zeroq.ru"
"nextcloud.local"
]; # "::1"
};
storage.wopi = {
"@allow" = true;
host = [ "nextcloud.zeroq.ru" "localhost" "0.0.0.0" "nextcloud.local" ];
};
};
};
onlyoffice = {
enable = false;
hostname = "onlyoffice.local";
};
};