Skip to content

Web UI

Tork Web is a web based tool for interacting with Tork.


See a list of running jobs

List of running jobs

Submit a new job

Submit a new job

Cancel/Restart jobs

Cancel/Restart jobs

View job execution history

Job execution history

View individual task details

Individual task details

View task logs

Task logs

View node status

Node status

View queues

Queues

The easiest way to get Tork Web running is using Docker:

Terminal window
docker run -itd --rm \
--name=tork-web \
-p 3000:3000 \
-e BACKEND_URL=http://<host>:8000 \
runabol/tork-web