1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-03-31 01:24:31 +00:00

fixed image links for webui doc

This commit is contained in:
postmannen 2025-02-19 09:03:03 +01:00
parent 8fd43b2305
commit 0b36e6df7c

View file

@ -4,7 +4,7 @@ The WebUI is a web application that allows you to interact with CTRL via NATS.
NB: The WebUI is in early development.
![WebUI General](https://github.com/postmannen/ctrl/blob/main/doc/webui_general.png)
![WebUI General](https://github.com/postmannen/ctrl/blob/main/doc/webui-general.png?raw=true)
## Features
@ -20,19 +20,19 @@ The graph shows the nodes that are connected to the central node, and the time s
When hovering over a node, the node details will be shown in a tooltip. The defined file templates for the node will also be shown in the tooltip, and the user can select one of the templates to use for the command to execute on the node.
![WebUI Network Graph](https://github.com/postmannen/ctrl/blob/main/doc/webui-network-graph-infobox.png)
![WebUI Network Graph](https://github.com/postmannen/ctrl/blob/main/doc/webui-network-graph-infobox.png?raw=true)
### File Templates
File templates containing a script can be used to execute commands. The file templates should be stored in the **files** directory on the **central** node. The WebUI will then ask the central node for available templates, and show the file templates in a dropdown menu for the user to select from.
![WebUI File Templates](https://github.com/postmannen/ctrl/blob/main/doc/webui-file-templates.png)
![WebUI File Templates](https://github.com/postmannen/ctrl/blob/main/doc/webui-file-templates.png?raw=true)
### Settings
Set setting like the Node name of the UI, NATS server URL, and NKEY to use for authentication to the NATS server.
![WebUI Settings](https://github.com/postmannen/ctrl/blob/main/doc/webui-settings.png)
![WebUI Settings](https://github.com/postmannen/ctrl/blob/main/doc/webui-settings.png?raw=true)
### Flame Graph