This commit is contained in:
2025-09-24 15:36:50 +03:00
parent 93844ac7a4
commit a3e5d52a21
2 changed files with 34 additions and 34 deletions
+21 -21
View File
@@ -62,7 +62,7 @@ in
end_to_end_encryption
groupfolders
impersonate
# onlyoffice
onlyoffice
bookmarks
calendar
contacts
@@ -79,7 +79,7 @@ in
notify_push
polls
previewgenerator
# richdocuments
richdocuments
spreed
tasks
user_oidc
@@ -115,27 +115,27 @@ in
# };
# };
# };
# onlyoffice = {
# enable = false;
# hostname = "onlyoffice.local";
# };
onlyoffice = {
enable = true;
hostname = "onlyoffice.local";
};
};
# networking.hosts = {
# "0.0.0.0" = [
# "onlyoffice.local"
# ];
# # "127.0.0.1" = [
# # "nextcloud.zeroq.ru"
# # "collabora.zeroq.ru"
# # "office.zeroq.com"
# # ];
# # "::1" = [
# # "nextcloud.zeroq.ru"
# # "collabora.zeroq.ru"
# # # "office.zeroq.com"
# # ];
# };
networking.hosts = {
"0.0.0.0" = [
"onlyoffice.local"
];
# "127.0.0.1" = [
# "nextcloud.zeroq.ru"
# "collabora.zeroq.ru"
# "office.zeroq.com"
# ];
# "::1" = [
# "nextcloud.zeroq.ru"
# "collabora.zeroq.ru"
# # "office.zeroq.com"
# ];
};
# systemd.services.nextcloud-config-collabora =
# let
+13 -13
View File
@@ -28,19 +28,19 @@ in
client_max_body_size 5G;
'';
};
# "office.zeroq.ru" = {
# enableACME = true;
# forceSSL = true;
# kTLS = true;
# locations."/" = {
# proxyPass = "http://${server}:8080";
# proxyWebsockets = true;
# };
# extraConfig = ''
# client_max_body_size 5G;
# absolute_redirect off;
# '';
# };
"office.zeroq.ru" = {
enableACME = true;
forceSSL = true;
kTLS = true;
locations."/" = {
proxyPass = "http://${server}:8000";
proxyWebsockets = true;
};
extraConfig = ''
client_max_body_size 5G;
absolute_redirect off;
'';
};
"immich.zeroq.ru" = {
forceSSL = true;
enableACME = true;