mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
proxy
This commit is contained in:
parent
2542e42dc6
commit
908bf41b84
1 changed files with 3 additions and 3 deletions
|
|
@ -34,8 +34,9 @@ in
|
|||
package = pkgs.nextcloud31;
|
||||
hostName = "cloud.death916.xyz"; # Use the domain handled by the reverse proxy
|
||||
https = false; # Disable HTTPS since the reverse proxy will handle it
|
||||
trusted_domains = [ "cloud.death916.xyz" ]; # Only include the reverse proxy domain
|
||||
overwriteprotocol = "https"; # Force HTTPS in Nextcloud
|
||||
datadir = nextcloudDataPath;
|
||||
overwriteprotocol = "https";
|
||||
config = {
|
||||
dbtype = "pgsql";
|
||||
dbuser = "nextcloud";
|
||||
|
|
@ -44,8 +45,7 @@ in
|
|||
dbpassFile = dbPassFilePath;
|
||||
adminuser = "death916";
|
||||
adminpassFile = adminPassFilePath;
|
||||
trusted_domains = [ "cloud.death916.xyz" "homelab" ]; # Only include the reverse proxy domain
|
||||
#overwriteprotocol = "https"; # Force HTTPS in Nextcloud
|
||||
|
||||
};
|
||||
|
||||
caching.redis = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue