whoogle-search/app
Shimul 9a5b095305
Allow setting environment variables in whoogle.env (#237)
This allows the user to enable their preferred settings in a variety of
ways, depending on their deployment preference. Values added to
whoogle.env can be enabled using WHOOGLE_DOTENV=1, in which case all
values in the env var file will overwrite defaults or user provided
settings.

Co-authored-by: Ben Busby <benbusby@protonmail.com>
2021-03-28 13:27:08 -04:00
..
models Allow user-defined CSS/theming (#227) 2021-03-20 21:21:41 -04:00
static Configure PWA for mobile browsers (#234) 2021-03-22 13:04:29 -04:00
templates Re-add search css to results page 2021-03-22 10:59:32 -04:00
utils Allow setting environment variables in whoogle.env (#237) 2021-03-28 13:27:08 -04:00
__init__.py Allow setting environment variables in whoogle.env (#237) 2021-03-28 13:27:08 -04:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Improve static typing throughout repo 2021-03-24 15:13:52 -04:00
request.py Improve static typing throughout repo 2021-03-24 15:13:52 -04:00
routes.py Improve static typing throughout repo 2021-03-24 15:13:52 -04:00