PikesPeakMakerspace / TeslaCore

0 stars 0 forks source link

Enable Running Flask App In Non-Development Environment #73

Closed owntheweb closed 7 months ago

owntheweb commented 7 months ago

WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.

More info: https://stackoverflow.com/questions/11724666/flatten-commits-on-a-branch

Current plan is to make use of waitress for in-building use as a starting point. If needing to lock down security further for outside use, we'll need to reverse-proxy with another server (for https). See: https://flask.palletsprojects.com/en/3.0.x/deploying/waitress/