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 end_to_end_encryption
groupfolders groupfolders
impersonate impersonate
# onlyoffice onlyoffice
bookmarks bookmarks
calendar calendar
contacts contacts
@@ -79,7 +79,7 @@ in
notify_push notify_push
polls polls
previewgenerator previewgenerator
# richdocuments richdocuments
spreed spreed
tasks tasks
user_oidc user_oidc
@@ -115,27 +115,27 @@ in
# }; # };
# }; # };
# }; # };
# onlyoffice = { onlyoffice = {
# enable = false; enable = true;
# hostname = "onlyoffice.local"; hostname = "onlyoffice.local";
# }; };
}; };
# networking.hosts = { networking.hosts = {
# "0.0.0.0" = [ "0.0.0.0" = [
# "onlyoffice.local" "onlyoffice.local"
# ]; ];
# # "127.0.0.1" = [ # "127.0.0.1" = [
# # "nextcloud.zeroq.ru" # "nextcloud.zeroq.ru"
# # "collabora.zeroq.ru" # "collabora.zeroq.ru"
# # "office.zeroq.com" # "office.zeroq.com"
# # ]; # ];
# # "::1" = [ # "::1" = [
# # "nextcloud.zeroq.ru" # "nextcloud.zeroq.ru"
# # "collabora.zeroq.ru" # "collabora.zeroq.ru"
# # # "office.zeroq.com" # # "office.zeroq.com"
# # ]; # ];
# }; };
# systemd.services.nextcloud-config-collabora = # systemd.services.nextcloud-config-collabora =
# let # let
+13 -13
View File
@@ -28,19 +28,19 @@ in
client_max_body_size 5G; client_max_body_size 5G;
''; '';
}; };
# "office.zeroq.ru" = { "office.zeroq.ru" = {
# enableACME = true; enableACME = true;
# forceSSL = true; forceSSL = true;
# kTLS = true; kTLS = true;
# locations."/" = { locations."/" = {
# proxyPass = "http://${server}:8080"; proxyPass = "http://${server}:8000";
# proxyWebsockets = true; proxyWebsockets = true;
# }; };
# extraConfig = '' extraConfig = ''
# client_max_body_size 5G; client_max_body_size 5G;
# absolute_redirect off; absolute_redirect off;
# ''; '';
# }; };
"immich.zeroq.ru" = { "immich.zeroq.ru" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;