-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ref): add appliance configuration options
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters