This commit is contained in:
2025-09-19 20:57:15 +03:00
parent 1fb926f5ae
commit 46425fb6eb
2 changed files with 16 additions and 1 deletions
+2 -1
View File
@@ -55,7 +55,7 @@
end_to_end_encryption end_to_end_encryption
groupfolders groupfolders
impersonate impersonate
#onlyoffice onlyoffice
bookmarks bookmarks
calendar calendar
contacts contacts
@@ -103,6 +103,7 @@
}; };
onlyoffice = { onlyoffice = {
enable = true; enable = true;
hostname = "localhost:8980";
}; };
}; };
+14
View File
@@ -41,6 +41,20 @@
} }
]; ];
}; };
"localhost:8980" = {
forceSSL = false;
enableACME = false;
listen = [
{
addr = "100.64.0.0";
port = 8980;
}
{
addr = "192.168.1.20";
port = 8980;
}
];
};
}; };
}; };
}; };