Skip to content

mikronixx/request-playback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

request-playback

Personal website. Flask app served via Gunicorn behind nginx.

Stack

  • Python/Flask
  • Gunicorn (WSGI server)
  • nginx (reverse proxy, TLS) — config not included here
  • systemd (process management)

Run locally

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python app.py

Production

Gunicorn binds to 127.0.0.1:5000, nginx proxies to it.

gunicorn -w 2 -b 127.0.0.1:5000 app:app

Roadmap

  • Dockerize
  • k8s deployment
  • Add headers/fingerprinting data as desired

About

Personal website. Flask app served via Gunicorn behind nginx.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors