Skip to content

runabol/tork-web

Repository files navigation

Tork UI

A web UI for the Tork Workflow Engine.

Screenshots

List Jobs:

jobs

Create Job:

create job

View Job:

view job

Task Logs:

task logs

Getting Started

First, run the development server:

npm install
npm run dev

Open http://localhost:8100 with your browser to see the application.

Docker

docker run \
  -it \
  --rm \
  --name=tork-web \
  -p 8100:8100 \
  -e BACKEND_URL=http://host.docker.internal:8000 \
  runabol/tork-web

Configuration

Default configuration can be found at .env.development.

You can override the default configuration by creating an .env.local file.

License

Copyright (c) 2023-present Arik Cohen. Tork and Tork Web is free and open-source software licensed under the MIT License.

Releases

No releases published

Packages

No packages published