update(hosts): Unify hosts
This commit is contained in:
parent
f4db960b46
commit
e9286c25ab
9 changed files with 38 additions and 37 deletions
|
|
@ -62,15 +62,15 @@ in
|
|||
"OC\\Preview\\EMF"
|
||||
];
|
||||
trusted_proxies = [
|
||||
hosts.tailscale.ipv4."baldur.tsn"
|
||||
hosts.tailscale.ipv6."baldur.tsn"
|
||||
hosts.tailscale.ipv4."baldur"
|
||||
hosts.tailscale.ipv6."baldur"
|
||||
];
|
||||
trusted_domains = [ "heimdall.tsn" "heimdall" ];
|
||||
trusted_domains = [ "heimdall" "heimdall" ];
|
||||
# overwriteprotocol = "http";
|
||||
};
|
||||
config = {
|
||||
dbtype = "pgsql";
|
||||
# extraTrustedDomains = [ "freya.tsn" ];
|
||||
# extraTrustedDomains = [ "freya" ];
|
||||
adminpassFile = config.age.secrets.nextcloud_admin_secret.path;
|
||||
objectstore.s3 = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue