WEB UI for redirector
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 tested with:
# Prepare
make swagger-gen
npm ci
# CI
npm run lint
npm run build
# Build
npm run build
# Show result
ls dist/*
Content type
Image
Digest
Size
7.7 MB
Last updated
about 8 years ago
docker pull c0va23/redirector-ui