Cloud : Add extra settings.

This commit is contained in:
Dmitry Voronin 2024-06-20 15:26:15 +03:00
parent 6b28362c59
commit 12ddfaaa56
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -37,8 +37,9 @@ in {
}; };
extraAppsEnable = true; extraAppsEnable = true;
settings = { settings = {
trusted_domains = [ cfg.address ]; trusted_domains = [ cfg.address cfg.domain ];
trusted_proxies = [ container.config.proxy.address ]; trusted_proxies = [ container.config.proxy.address ];
allow_local_remote_servers = true;
}; };
}; };
}; };