Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.
/ estuary-viewer Public archive

Estuary viewer is the dashboard for Estuary stack. Written in Vue.

License

Notifications You must be signed in to change notification settings

estuaryoss/estuary-viewer

Repository files navigation

Testing as a service with Docker

Won't be maintained. Is is replaced by Estuary UI

Estuary viewer

View live the estuary stack:

  • active deployments on the deployers
  • registered eureka apps
  • active commands running on the agents

Docker Hub

viewer

Build

Build Status Codacy Badge

Frontend copyright(MIT license): https://github.com/creativetimofficial/vue-light-bootstrap-dashboard.git

image

Docker run - wo auth token

Default token is 'None' for no HTTP auth

docker run -p 8080:8080 -e ESTUARY_DISCOVERY=http(s)://estuary_discovery_ip:estuary_discovery_port -e HTTP_AUTH_TOKEN=None estuaryoss/viewer:latest

E.g.:

docker run -p 8080:8080 -e ESTUARY_DISCOVERY=http://192.168.100.8:8080 -e HTTP_AUTH_TOKEN=None estuaryoss/viewer:latest

Docker run - with auth token

docker run -p 8080:8080 -e ESTUARY_DISCOVERY=http://192.168.100.8:8080 -e HTTP_AUTH_TOKEN=mysecrettoken estuaryoss/viewer:latest

Docker run - aggregating multiple discovery(ies)

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

docker run -p 8080:8080 -e ESTUARY_DISCOVERY=http://192.168.100.8:8080,http://192.168.100.9:8080 -e HTTP_AUTH_TOKEN=mysecrettoken estuaryoss/viewer:latest

Estuary stack

Estuary deployer
Estuary agent
Estuary discovery
Estuary viewer

Support project: