| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A simple Python Flask example application that's ready to run on Heroku.
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python app.py
heroku create
git push heroku master
set port to forward on (Defaults to 80):
set debug output to the log outlet (Defaults to True:
set forward C2 domain (Where to redirect to):
set redirector domain (Incoming domain name):
monitor the dyno:
| Back | FazBrowse Home | New Git URL |