whoogle-search/app
Ben Busby 1ed6178e9a
Feature: https only -- adds option to enforce https on running instances (#48)
* Adding HTTPS enforcement

Command line runs of Whoogle Search through pip/pipx/etc will need the
`--https-only` flag appended to the run command.

Docker runs require the `use_https` build arg applied.

* Update README.md

Moved https-only note to top of docker run command, updated pip runner help output

* Dockerfile: removed HTTPS enforcement, updated PORT setting

Dockerfile no longer enforces an HTTPS connection, but still allows for
setting via a build arg. The Flask server port is now configurable as a
build arg as well, by setting a port number to "whoogle_port"

* Fixed incorrect port assignment
2020-05-15 15:44:50 -06:00
..
models Added option to search only via GET request (#36) 2020-05-13 00:19:51 -06:00
static Added option to search only via GET request (#36) 2020-05-13 00:19:51 -06:00
templates Added option to search only via GET request (#36) 2020-05-13 00:19:51 -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 fix to dark mode on img results 2020-05-15 14:17:16 -06:00
request.py Feature: language config (#27) 2020-05-12 17:15:53 -06:00
routes.py Feature: https only -- adds option to enforce https on running instances (#48) 2020-05-15 15:44:50 -06:00