Web UI
Tork Web is a web based tool for interacting with Tork.
Features
Section titled “Features”See a list of running jobs

Submit a new job

Cancel/Restart jobs

View job execution history

View individual task details

View task logs

View node status

View queues

Installation
Section titled “Installation”The easiest way to get Tork Web running is using Docker:
docker run -itd --rm \ --name=tork-web \ -p 3000:3000 \ -e BACKEND_URL=http://<host>:8000 \ runabol/tork-web