Nextcloud: local access

This commit is contained in:
Filippo Berto 2024-04-21 23:42:10 +02:00
parent 093bb5a119
commit 44c4dbb038
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -50,9 +50,9 @@ in
"baldur.tsn"
];
dbtype = "pgsql";
# extraTrustedDomains = [ "freya.tsn" ];
extraTrustedDomains = [ "freya.tsn" ];
adminpassFile = config.age.secrets.nextcloud_admin_secret.path;
overwriteProtocol = "https";
# overwriteProtocol = "https";
# objectstore.s3 = {
# enable = true;
# bucket = "nextcloud-storage";
@ -68,5 +68,5 @@ in
};
};
networking.firewall.allowedTCPPorts = [ 80 ];
networking.firewall.allowedTCPPorts = [ 80 443 ];
}