Anbox Cloud Dashboard
The Anbox Cloud dashboard, also known as the web dashboard or simply the dashboard is the web interface to interact with an Anbox Cloud deployment. It serves as a web based application to manage the different objects of your deployment including instances, applications, images and nodes.
The dashboard is especially useful for new developers working with Anbox Cloud.
To use the dashboard charm, you need easyrsa:
$ juju deploy easyrsa
Then, you need to deploy the dashboard charm and relate it with the easyrsa charm:
$ juju deploy anbox-cloud-dashboard
$ juju relate anbox-cloud-dashboard easyrsa
Licensing
The Anbox Cloud dashboard Charm is distributed under the Apache Software License, version 2.0.
Security
If you want to report a security issue with the dashboard charm, file a bug.
Documentation
To understand its features better, see the explanation about Anbox Cloud dashboard.
The security explanation explains how secure the dashboard is and also lists the cryptographic technology used in the charm.
If you have installed Anbox Cloud and want to use the dashboard, follow the instructions in the how-to guide.