It's a simple node js service that accepts redirect
query param, prints some message and redirects to passed url on clicking the link.
This page could be parametrized using these environment variables:
TITLE
- h1 and page title stringMESSAGE
- message under titlePARAM
- name of query parameter from which redirect url should be extracted. Default isredirect
ALLOWED_URL_PATTERNS
- comma separated list of allowed url to redirect regex patterns. By default everything is allowed (.*
)
docker pull ghcr.io/kazanexpress/internal-redirect:latest
docker run -p 3000:3000 ghcr.io/kazanexpress/internal-redirect:latest