Nextcloud: local access
This commit is contained in:
parent
093bb5a119
commit
44c4dbb038
1 changed files with 3 additions and 3 deletions
|
|
@ -50,9 +50,9 @@ in
|
||||||
"baldur.tsn"
|
"baldur.tsn"
|
||||||
];
|
];
|
||||||
dbtype = "pgsql";
|
dbtype = "pgsql";
|
||||||
# extraTrustedDomains = [ "freya.tsn" ];
|
extraTrustedDomains = [ "freya.tsn" ];
|
||||||
adminpassFile = config.age.secrets.nextcloud_admin_secret.path;
|
adminpassFile = config.age.secrets.nextcloud_admin_secret.path;
|
||||||
overwriteProtocol = "https";
|
# overwriteProtocol = "https";
|
||||||
# objectstore.s3 = {
|
# objectstore.s3 = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# bucket = "nextcloud-storage";
|
# bucket = "nextcloud-storage";
|
||||||
|
|
@ -68,5 +68,5 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 80 ];
|
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue