Bacalhau WebUI
How to run the WebUI.
Note that in version v1.5.0
the WebUI was completely reworked.
Check out the release notes to learn about all the changes to WebUI and more.
Overview
The Bacalhau WebUI offers an intuitive interface for interacting with the Bacalhau network. This guide provides comprehensive instructions for setting up and utilizing the WebUI.
For contributing to the WebUI's development, please refer to the Bacalhau WebUI GitHub Repository.
WebUI Setup
Prerequisites
Ensure you have a Bacalhau
v1.5.0
or later installed.
Configuration
To enable the WebUI, use the WebUI.Enabled
configuration key:
By default, WebUI uses host=0.0.0.0
and port=8438
. This can be configured via WebUI.Listen
configuration key:
Accessing the WebUI
Once started, the WebUI is accessible at the specified address, localhost:8438
by default.
WebUI Features
Jobs
The updated WebUI allows you to view a list of jobs, including job status, run time, type, and a message in case the job failed.
Clicking on the id of a job in the list opens the job details page, where you can see the history of events related to the job, the list of nodes on which the job was executed and the real-time logs of the job.
Nodes
On the Nodes page you can see a list of nodes connected to your network, including node type, membership and connection statuses, amount of resources - total and currently available, and a list of labels of the node.
Clicking on the node id opens the node details page, where you can see the status and settings of the node, the number of running and scheduled jobs.
Last updated