From 80c270435bb97573d1f548b9286ad68d0200ac2a Mon Sep 17 00:00:00 2001 From: death916 Date: Mon, 12 May 2025 12:47:36 +0000 Subject: [PATCH] npm --- modules/nextcloud-setup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nextcloud-setup.nix b/modules/nextcloud-setup.nix index c1944b4..6883831 100644 --- a/modules/nextcloud-setup.nix +++ b/modules/nextcloud-setup.nix @@ -45,7 +45,7 @@ in }; settings = { - trusted_domains = [ nextcloudExternalDomain ]; + trusted_domains = [ nextcloudExternalDomain "100.117.212.36" "homelab" ]; overwriteprotocol = "https"; # from Browser all traffic to Nextcloud will be HTTPS since Nginx terminates SSL overwritehost = nextcloudExternalDomain; # Tell Nextcloud what your domain is