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>
15 lines
389 B
Bash
15 lines
389 B
Bash
# You can set Whoogle environment variables here, but must set
|
|
# WHOOGLE_DOTENV=1 in your deployment to enable these values
|
|
|
|
#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
|