Skip to content

VapiAI/temporal-ui-server

 
 

Repository files navigation

This is a fork of the temporal-ui repo, with certain svelte configs disabled

as they don't work well with CF argo tunnels

To publish the docker image, first ensure you're logged into docker hub, using docker login

  • If this fails, you might need to get rid of the creds field from ~/.docker/config.json Setup buildx using docker buildx create --use

Build, tag, and push the image:

docker buildx build \
    --platform linux/amd64,linux/arm64 \
    -t bryantandersonvapi/temporal-ui:latest \
    -t bryantandersonvapi/temporal-ui:0.0.2 \
    --push \
    .

ui-server

Publish Docker image

Development

For contributions follow UI's development guide https://github.com/temporalio/ui

To View gRPC routes:

Temporal API Workflowservice

Releases

No releases published

Packages

No packages published

Languages

  • Go 87.3%
  • JavaScript 8.9%
  • HTML 1.3%
  • CSS 0.9%
  • Dockerfile 0.7%
  • Makefile 0.5%
  • Shell 0.4%