Skip to content

Commit

Permalink
docs: make minor fixes to local ui docs (#2854) (#2882)
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 <karl@spectrocloud.com>

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
(cherry picked from commit 0fc4612)

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
  • Loading branch information
1 parent e6f3a88 commit fb48943
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 fb48943

Please sign in to comment.