whoogle-search/app
Jake Howard f700ed88e7
Swap out Flask's default web server for Waitress (#32)
* Ignore venv when building docker file

* Remove reference to 8888 port

It wasn't really used anywhere, and setting it to 5000 everywhere removes ambiguity, and makes things easier to track and reason about

* Use waitress rather than Flask's built in web server

It's not production grade

* Actually add waitress to requirements

Woops!
2020-05-12 17:14:55 -06:00
..
static Added config option to address instance behind reverse proxy 2020-05-10 13:27:02 -06:00
templates Merge pull request #16 from Kombustor/patch-1 2020-05-10 14:09:42 -06:00
__init__.py Added POST search, encrypted query strings, refactoring 2020-04-28 18:19:34 -06:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Minor styling refactor, updated app name 2020-05-04 18:00:43 -06:00
request.py Fixed RAM usage bug 2020-05-12 00:45:56 -06:00
routes.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00