From 2075ce374bf1a581759caf9e9a32d11ce0d9cd6b Mon Sep 17 00:00:00 2001 From: gpopesc Date: Mon, 19 Jul 2021 22:44:34 +0300 Subject: [PATCH] Add files via upload --- whoogle.env | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 whoogle.env diff --git a/whoogle.env b/whoogle.env new file mode 100644 index 0000000..ca64c7b --- /dev/null +++ b/whoogle.env @@ -0,0 +1,58 @@ +# You can set Whoogle environment variables here, but must +# modify your deployment to enable these values: +# - Local: Set WHOOGLE_DOTENV=1 +# - docker-compose: Uncomment the env_file option +# - docker: Add "--env-file ./whoogle.env" to your build command + +#WHOOGLE_ALT_TW=nitter.net +#WHOOGLE_ALT_YT=invidious.snopyta.org +#WHOOGLE_ALT_IG=bibliogram.art/u +#WHOOGLE_ALT_RD=libredd.it +#WHOOGLE_USER="" +#WHOOGLE_PASS="" +#WHOOGLE_PROXY_USER="" +#WHOOGLE_PROXY_PASS="" +#WHOOGLE_PROXY_TYPE="" +#WHOOGLE_PROXY_LOC="" +#HTTPS_ONLY=1 + +# See app/static/settings/countries.json for values +#WHOOGLE_CONFIG_COUNTRY=countryUK + +# See app/static/settings/languages.json for values +#WHOOGLE_CONFIG_LANGUAGE=lang_en + +# See app/static/settings/languages.json for values +#WHOOGLE_CONFIG_SEARCH_LANGUAGE=lang_en + +# Disable changing of config from client +#WHOOGLE_CONFIG_DISABLE=1 + +# Block websites from search results (comma-separated list) +#WHOOGLE_CONFIG_BLOCK=pinterest.com,whitehouse.gov +WHOOGLE_CONFIG_NEAR=bucharest + +# Dark mode +#WHOOGLE_CONFIG_DARK=1 + +# Safe search mode +#WHOOGLE_CONFIG_SAFE=1 + +# Use social media site alternatives (nitter, bibliogram, etc) +#WHOOGLE_CONFIG_ALTS=1 + +# Use Tor if available +#WHOOGLE_CONFIG_TOR=1 + +# Open results in new tab +#WHOOGLE_CONFIG_NEW_TAB=1 + +# Search using GET requests only (exposes query in logs) +#WHOOGLE_CONFIG_GET_ONLY=1 + +# Set instance URL +#WHOOGLE_CONFIG_URL=https:/// + +# Set custom CSS styling/theming +# WHOOGLE_CONFIG_STYLE=":root { /* LIGHT THEME COLORS */ --whoogle-logo: #fec200; --whoogle-background: #d8dee9; --whoogle-accent: #2e3440; --whoogle-text: #3B4252; --whoogle-contrast-text: #eceff4; --whoogle-secondary-text: #70757a; --whoogle-result-bg: #fff; --whoogle-result-title: #4c566a; --whoogle-result-url: #81a1c1; --whoogle-result-visited: #a3be8c; /* DARK THEME COLORS */ --whoogle-dark-background: #222; --whoogle-dark-accent: #685e79; --whoogle-dark-text: #fff; --whoogle-dark-contrast-text: #000; --whoogle-dark-secondary-text: #bbb; --whoogle-dark-result-bg: #000; --whoogle-dark-result-title: #1967d2; --whoogle-dark-result-url: #4b11a8; --whoogle-dark-result-visited: #bbbbff; }" +WHOOGLE_CONFIG_STYLE=:root { /* LIGHT THEME COLORS */ --whoogle-logo: #fec200; --whoogle-page-bg: #ffffff; --whoogle-element-bg: #190044; --whoogle-text: #000000; --whoogle-contrast-text: #ffffff; --whoogle-secondary-text: #70757a; --whoogle-result-bg: #ffffff; --whoogle-result-title: #1967d2; --whoogle-result-url: #0d652d; --whoogle-result-visited: #4b11a8; /* DARK THEME COLORS */ --whoogle-dark-logo: #fec200; --whoogle-dark-page-bg: #080808; --whoogle-dark-element-bg: #000773; --whoogle-dark-text: #dddddd; --whoogle-dark-contrast-text: #aaaaaa; --whoogle-dark-secondary-text: #8a8b8c; --whoogle-dark-result-bg: #111111; --whoogle-dark-result-title: #07a3ea; --whoogle-dark-result-url: #35B887; --whoogle-dark-result-visited: #0677db; } \ No newline at end of file