Skip to content

krumIO/ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published

Languages

  • Go 67.4%
  • Vue 19.1%
  • JavaScript 7.0%
  • TypeScript 6.1%
  • Other 0.4%