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
|
||||
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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user