From d859e46a6c5879f53fa3d0bb418dd25e34301331 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Tue, 9 Jun 2020 10:58:19 -0600 Subject: [PATCH] Update README.md Added clarification for enforcing https --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8f914a1..803e3d8 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,8 @@ Since the instance is destroyed and rebuilt after inactivity, config settings wi ### HTTPS Enforcement Only needed if your setup requires Flask to redirect to HTTPS on its own -- generally this is something that doesn't need to be handled by Whoogle Search. +Note: You should have your own domain name and [an https certificate](https://letsencrypt.org/getting-started/) in order for this to work properly. + - Heroku: Ensure that the `Root URL` configuration on the home page begins with `https://` and not `http://` - Docker: Add `--build-arg use_https=1` to your run command - Pip/Pipx: Add the `--https-only` flag to the end of the `whoogle-search` command