You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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!
4 years ago
..
static Added config option to address instance behind reverse proxy 4 years ago
templates Merge pull request #16 from Kombustor/patch-1 4 years ago
__init__.py Added POST search, encrypted query strings, refactoring 4 years ago
__main__.py Swap out Flask's default web server for Waitress (#32) 4 years ago
filter.py Minor styling refactor, updated app name 4 years ago
request.py Fixed RAM usage bug 4 years ago
routes.py Swap out Flask's default web server for Waitress (#32) 4 years ago