From 2e98e6cf915b6df9eb7b5c2beb4d32eb99b70af7 Mon Sep 17 00:00:00 2001 From: DUO Labs Date: Tue, 11 Jan 2022 14:08:33 -0500 Subject: [PATCH] Add WHOOGLE_ALT_IMG and WHOOGLE_ALT_WIKI to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f46019a..285e93f 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,8 @@ Description=Whoogle #Environment=WHOOGLE_ALT_RD=farside.link/libreddit #Environment=WHOOGLE_ALT_MD=farside.link/scribe #Environment=WHOOGLE_ALT_TL=lingva.ml +#Environment=WHOOGLE_ALT_IMG=imgin.voidnet.tech +#Environment=WHOOGLE_ALT_WIKI=wikiless.org # Load values from dotenv only #Environment=WHOOGLE_DOTENV=1 Type=simple @@ -334,6 +336,8 @@ There are a few optional environment variables available for customizing a Whoog | WHOOGLE_ALT_RD | The reddit.com alternative to use when site alternatives are enabled in the config. | | WHOOGLE_ALT_TL | The Google Translate alternative to use. This is used for all "translate ____" searches. | | WHOOGLE_ALT_MD | The medium.com alternative to use when site alternatives are enabled in the config. | +| WHOOGLE_ALT_IMG | The imgur.com alternative to use when site alternatives are enabled in the config. | +| WHOOGLE_ALT_WIKI | The wikipedia.com alternative to use when site alternatives are enabled in the config. | | WHOOGLE_AUTOCOMPLETE | Controls visibility of autocomplete/search suggestions. Default on -- use '0' to disable | | WHOOGLE_MINIMAL | Remove everything except basic result cards from all search queries. | | WHOOGLE_CSP | Sets a default set of 'Content-Security-Policy' headers |