diff --git a/container/Cloud.nix b/container/Cloud.nix index 6670db0..36f00d2 100644 --- a/container/Cloud.nix +++ b/container/Cloud.nix @@ -37,8 +37,9 @@ in { }; extraAppsEnable = true; settings = { - trusted_domains = [ cfg.address ]; + trusted_domains = [ cfg.address cfg.domain ]; trusted_proxies = [ container.config.proxy.address ]; + allow_local_remote_servers = true; }; }; };