diff --git a/reference/appliance-configuration.md b/reference/appliance-configuration.md new file mode 100644 index 00000000..1aaa9a62 --- /dev/null +++ b/reference/appliance-configuration.md @@ -0,0 +1,20 @@ +(ref-appliance-configuration)= +# Anbox Cloud Appliance configuration + +The Anbox Cloud Appliance provides various configuration items to customise its behaviour. Currently set configuration can be seen by running + + sudo anbox-cloud-appliance config show + +Available configuration items can be changed by using the following command + + sudo anbox-cloud-appliance config set = ... + +The following table lists the available configuration items and their meaning. + +| Name
*(Type, Default)* | Description | +|-----|-----------------------| +| `network.public_address`
*(string, N/A)* | Public address (if behind NAT) of the machine the appliance is running on | +| `network.location`
*(string, N/A)* | DNS name used to access the appliance | +| `core.https_allowed_origin`
*(string, N/A)* | `Access-Control-Allow-Origin` HTTP header value for the reverse proxy of the appliance | +| `core.https_allowed_headers`
*(string, N/A)* | `Access-Control-Allow-Headers` HTTP header value for the reverse proxy of the appliance | +| `core.https_allowed_methods`
*(string, N/A)* | `Access-Control-Allow-Methods` HTTP header value for the reverse proxy of the appliance | \ No newline at end of file diff --git a/reference/landing.md b/reference/landing.md index 8225b9d1..fd3b4529 100644 --- a/reference/landing.md +++ b/reference/landing.md @@ -77,6 +77,7 @@ addon-manifest ams-configuration Anbox Cloud images appliance-preseed +appliance-configurtation sdks api-reference application-manifest