Skip to content

Commit

Permalink
docs: make minor fixes to local ui docs (#2854)
Browse files Browse the repository at this point in the history
* docs: make minor fixes to local ui docs

* Update docs/docs-content/clusters/edge/edge-configuration/installer-reference.md

Co-authored-by: Karl Cardenas <[email protected]>

---------

Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: Karl Cardenas <[email protected]>
  • Loading branch information
3 people authored May 20, 2024
1 parent 9bcf59f commit 0fc4612
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@ boot up the Edge host for the first time. For more information about initial con
| ------------ | --------------------------------------------------------------------- |
| `includeTui` | Enable the initial Edge host configuration. Default value is `false`. |

For example, the following configuration enables the Palette TUI.

```yaml {3}
stylus:
installationMode: airgap
includeTui: true
skipStylusUpgrade: true
```

### Local UI

You can change the port that the Edge management console is exposed on. The default port is 5080.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ console for all Edge hosts of your organization.
cd CanvOS
```

3. Create a directory called **ui.tar** at the path `CanvOS/ui.tar`.
3. Create a directory called **ui** at the path `CanvOS/ui`.

4. In the directory, create a file named **customizations.json**.

Expand Down

0 comments on commit 0fc4612

Please sign in to comment.