Sign inSign up

c0va23/redirector-ui

By c0va23

Updated about 8 years ago

UI for redirector

Image
0

1.9K

c0va23/redirector-ui repository overview

Redirector UI

WEB UI for redirector

Build Status

Run

Run with docker
docker run -p 8080:80 -e API_URL=http://myhost.org c0va23/redirector-ui

When API_URL is url of redirector server. Can be skipped.

Build

Requires

Build tested with:

  • nodejs (version 8.11.3)
  • make (version 4.1)
  • docker (version 18.03.1-ce)
# Prepare
make swagger-gen
npm ci

# CI
npm run lint
npm run build

# Build
npm run build

# Show result
ls dist/*

Tag summary

Content type

Image

Digest

Size

7.7 MB

Last updated

about 8 years ago

docker pull c0va23/redirector-ui