mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -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
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user