From 12ddfaaa56d34d74e58c63b34136ae76182d0ee5 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Thu, 20 Jun 2024 15:26:15 +0300 Subject: [PATCH] Cloud : Add extra settings. --- container/Cloud.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }; }; };