Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.
/ estuary-ui Public archive

Service that provides a UI interface to connect, control & collect information from the Estuary Stack

License

Notifications You must be signed in to change notification settings

estuaryoss/estuary-ui

Repository files navigation

Estuary UI

Service that provides a UI interface to connect, control & collect information from across the Estuary Stack:

  • view registered Eureka Apps
  • active & finished commands running on the Agents
  • view & transfer files on the Agents
  • set & view env vars

image

Docker Hub

ui

Build

Build Status

Docker run

Default credentials are in .env file

docker run -p 8443:8443 -e SERVICE_BACKEND_URL=http(s)://estuary_discovery_ip:estuary_discovery_port -e SERVICE_USERNAME=username -e SERVICE_PASSWORD=changeIt estuaryoss/ui:latest

E.g.:

docker run -p 8443:8443 -e SERVICE_BACKEND_URL=http://192.168.100.8:8080 -e SERVICE_USERNAME=username -e SERVICE_PASSWORD=changeIt estuaryoss/ui:latest

Docker run - aggregating multiple discovery(ies)

UI supports aggregating multiples discovery services. List the discovery services separated by a comma.

docker run -p 8443:8443 -e SERVICE_BACKEND_URL=http://192.168.100.8:8080,http://192.168.100.9:8080 -e SERVICE_USERNAME=username -e SERVICE_PASSWORD=changeIt estuaryoss/ui:latest

Estuary stack

Learning resources

Support project: