parent
5289b4ceb3
commit
817b51eb48
|
@ -325,6 +325,7 @@ These environment variables allow setting default config values, but can be over
|
||||||
| WHOOGLE_CONFIG_THEME | Set theme mode (light, dark, or system) |
|
| WHOOGLE_CONFIG_THEME | Set theme mode (light, dark, or system) |
|
||||||
| WHOOGLE_CONFIG_SAFE | Enable safe searches |
|
| WHOOGLE_CONFIG_SAFE | Enable safe searches |
|
||||||
| WHOOGLE_CONFIG_ALTS | Use social media site alternatives (nitter, invidious, etc) |
|
| WHOOGLE_CONFIG_ALTS | Use social media site alternatives (nitter, invidious, etc) |
|
||||||
|
| WHOOGLE_CONFIG_NEAR | Restrict results to only those near a particular city |
|
||||||
| WHOOGLE_CONFIG_TOR | Use Tor routing (if available) |
|
| WHOOGLE_CONFIG_TOR | Use Tor routing (if available) |
|
||||||
| WHOOGLE_CONFIG_NEW_TAB | Always open results in new tab |
|
| WHOOGLE_CONFIG_NEW_TAB | Always open results in new tab |
|
||||||
| WHOOGLE_CONFIG_VIEW_IMAGE | Enable View Image option |
|
| WHOOGLE_CONFIG_VIEW_IMAGE | Enable View Image option |
|
||||||
|
|
5
app.json
5
app.json
|
@ -110,6 +110,11 @@
|
||||||
"value": "",
|
"value": "",
|
||||||
"required": false
|
"required": false
|
||||||
},
|
},
|
||||||
|
"WHOOGLE_CONFIG_NEAR": {
|
||||||
|
"description": "[CONFIG] Restrict results to only those near a particular city",
|
||||||
|
"value": "",
|
||||||
|
"required": false
|
||||||
|
},
|
||||||
"WHOOGLE_CONFIG_TOR": {
|
"WHOOGLE_CONFIG_TOR": {
|
||||||
"description": "[CONFIG] Use Tor, if available (set to 1 or leave blank)",
|
"description": "[CONFIG] Use Tor, if available (set to 1 or leave blank)",
|
||||||
"value": "",
|
"value": "",
|
||||||
|
|
|
@ -17,6 +17,9 @@
|
||||||
#WHOOGLE_PROXY_LOC=""
|
#WHOOGLE_PROXY_LOC=""
|
||||||
#HTTPS_ONLY=1
|
#HTTPS_ONLY=1
|
||||||
|
|
||||||
|
# Restrict results to only those near a particular city
|
||||||
|
#WHOOGLE_CONFIG_NEAR=denver
|
||||||
|
|
||||||
# See app/static/settings/countries.json for values
|
# See app/static/settings/countries.json for values
|
||||||
#WHOOGLE_CONFIG_COUNTRY=countryUK
|
#WHOOGLE_CONFIG_COUNTRY=countryUK
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue