Skip to content

Commit

Permalink
feat(ref): add appliance configuration options
Browse files Browse the repository at this point in the history
  • Loading branch information
morphis committed Sep 15, 2024
1 parent bcd660f commit 4396d0c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions reference/appliance-configuration.md
Original file line number Diff line number Diff line change
@@ -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 <key>=<value> ...

The following table lists the available configuration items and their meaning.

| Name<br/>*(Type, Default)* | Description |
|-----|-----------------------|
| `network.public_address`<br/>*(string, N/A)* | Public address (if behind NAT) of the machine the appliance is running on |
| `network.location`<br/>*(string, N/A)* | DNS name used to access the appliance |
| `core.https_allowed_origin`<br/>*(string, N/A)* | `Access-Control-Allow-Origin` HTTP header value for the reverse proxy of the appliance |
| `core.https_allowed_headers`<br/>*(string, N/A)* | `Access-Control-Allow-Headers` HTTP header value for the reverse proxy of the appliance |
| `core.https_allowed_methods`<br/>*(string, N/A)* | `Access-Control-Allow-Methods` HTTP header value for the reverse proxy of the appliance |
1 change: 1 addition & 0 deletions reference/landing.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ addon-manifest
ams-configuration
Anbox Cloud images <provided-images>
appliance-preseed
appliance-configurtation
sdks
api-reference
application-manifest
Expand Down

0 comments on commit 4396d0c

Please sign in to comment.