zifnab06 / fwdr

Simple URL forwarder with flask+mongoengine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple URL forwarder with flask+mongoengine

License:MIT License


Languages

Language:Python 93.7%Language:Dockerfile 6.3%