/fwdr

Simple URL forwarder with flask+mongoengine

Primary LanguagePythonMIT LicenseMIT

fwdr

This isn't ready for use.

fwdr is a simple project that allows you to create URL forwarders in flask-admin.

To use:

docker build . -t fwdr
docker run --rm -e ADMIN_USERNAME=something -e ADMIN_PASSWORD=something -e SECRET_TOKEN=something -p 8080:8080 -dit fwdr

The goal of this project is to replace the ~300 301s in zifnab.net's nginx configuration with a sane(ish) fallback for some paths.