Skip to content

richard-cox/epinio-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epinio UI

Pre-Requisites

Configure Epinio

Epinio must be informed of the domain the UI is served on. This can be set by the access controll allow origin property

  • when installing epinio (helm install epinio-installer epinio/epinio-installer --values <filepath to below>.yaml)
    global:
      domain: <see epinio docs>
    server:
      accessControlAllowOrigin: <domain>
    
  • at run time (edit the ACCESS_CONTROL_ALLOW_ORIGIN env var of the epinio/epinio-server deployment)

Run the Epinio UI

See ./dashboard/README.md

About

Web UI for Epinio

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Vue 61.1%
  • JavaScript 22.4%
  • TypeScript 16.5%