Make things work with "flask run"
Shuffle various stuff around so that app.py can be invoked using "flask run". This had the side effect of adding TLS support by running Reggie like so:
flask run --cert=cert.pem --key=key.pem or make run -e FLASK_RUN_CERT=cert.perm FLASK_RUN_KEY=key.pem