This repository is part of the Triton project. See the contribution guidelines and general documentation at the main Triton project page.
This project aims to provide a user-friendly web interface for a single SmartOS installation.
The UI can be selected when installing SmartOS or by using the uiadm
utility.
By default, the web interface will listen on port 4443 of the admin IP address.
The project consists of three workspaces:
- ui: Serves the web interface.
- executor: Executes programs such as imgadm and vmadm on behalf of the web interface.
- shared: Contains structs and functions used by both the ui and executor.
Some mock data and scripts currently exists in the test
directory, running
make devrun
will launch the executor, ui, and mock vminfod services.
Login at: https://localhost:4443 using user "root" and password "root"