Simple URL redirection service, probably built in nodejs, likely configured with YAML cause JSON is ugly for humans.
Most of the options should be fairly self-explanatory. To add new 'relinks' simply add another key to the data
section of the file.
git clone [email protected]:justinnamilee/relink.git
npm install
cp private/config.yml-example private/config.yml
node relink.js
If running behind a reverse proxy, be sure to enable the x-forwarded-for
header for your reverse proxy.