A web UI for the Tork Workflow Engine.
List Jobs:
Create Job:
View Job:
Task Logs:
First, run the development server:
npm install
npm run dev
Open http://localhost:8100 with your browser to see the application.
docker run \
-it \
--rm \
--name=tork-web \
-p 8100:8100 \
-e BACKEND_URL=http://host.docker.internal:8000 \
runabol/tork-web
Default configuration can be found at .env.development.
You can override the default configuration by creating an .env.local
file.
Copyright (c) 2023-present Arik Cohen. Tork and Tork Web is free and open-source software licensed under the MIT License.