From 919a3b6360b28c5282a550703562639c17d15ce4 Mon Sep 17 00:00:00 2001 From: Alexis Janon Date: Mon, 15 Jul 2024 09:18:00 +0200 Subject: [PATCH] feat(reference): add format for instance.network_proxy This adds the format for the value of instance.network_proxy. --- reference/ams-configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/ams-configuration.md b/reference/ams-configuration.md index 74a5cc9d..b09bc40f 100644 --- a/reference/ams-configuration.md +++ b/reference/ams-configuration.md @@ -33,7 +33,8 @@ The Anbox Management Service (AMS) provides various configuration items to custo | `instance.apt_mirror`
*(string,
`http://archive.ubuntu.com` (AMD64) `http://ports.ubuntu.com` (ARM64))* | APT mirror to use within the instances. | | `instance.default_platform`
*(string, N/A)* | The name of the platform that Anbox Cloud uses by default to launch instances. | | `instance.features`
*(string, N/A)* | Comma-separated list of features to enable (see list below). | -| `instance.network_proxy`
*(string, N/A)* | Network proxy to use inside the instances. | +| `instance.network_proxy`
*(string, N/A)* | Network proxy to use inside the instances. This value must have + the format : | | `instance.security_updates`
*(bool, `true`)* | If set to `true`, automatic Ubuntu security updates are applied during the application bootstrap process. `false` disables this. This configuration item is deprecated since 1.20, use `instance.security_updates` instead. | | `load_balancer.url`
*(string, N/A)* | URL of the load balancer behind which AMS sits. The URL is handed to instances started by AMS to allow them to contact AMS through the load balancer and not via the address of an individual AMS instance. | | `node.queue_size`
*(integer, `100`)* | Maximum size of the queue containing requests to start and stop instances per LXD node. Changing the value requires a restart of AMS. |