2020-04-24 23:23:08 +00:00
{
2020-11-03 21:28:42 +00:00
"name" : "Whoogle Search" ,
"description" : "A lightweight, privacy-oriented, containerized Google search proxy for desktop/mobile that removes Javascript, AMP links, tracking, and ads/sponsored content" ,
"repository" : "https://github.com/benbusby/whoogle-search" ,
"logo" : "https://raw.githubusercontent.com/benbusby/whoogle-search/master/app/static/img/favicon/ms-icon-150x150.png" ,
"keywords" : [
"search" ,
"metasearch" ,
"flask" ,
"docker" ,
"heroku" ,
"adblock" ,
"degoogle" ,
"privacy"
] ,
"stack" : "container" ,
"env" : {
"WHOOGLE_USER" : {
"description" : "The username for basic auth. WHOOGLE_PASS must also be set if used. Leave empty to disable." ,
"value" : "" ,
"required" : false
} ,
"WHOOGLE_PASS" : {
"description" : "The password for basic auth. WHOOGLE_USER must also be set if used. Leave empty to disable." ,
"value" : "" ,
"required" : false
} ,
"WHOOGLE_PROXY_USER" : {
"description" : "The username of the proxy server. Leave empty to disable." ,
"value" : "" ,
"required" : false
} ,
"WHOOGLE_PROXY_PASS" : {
"description" : "The password of the proxy server. Leave empty to disable." ,
"value" : "" ,
"required" : false
} ,
"WHOOGLE_PROXY_TYPE" : {
"description" : "The type of the proxy server. For example \"socks5\". Leave empty to disable." ,
"value" : "" ,
"required" : false
} ,
"WHOOGLE_PROXY_LOC" : {
"description" : "The location of the proxy server (host or ip). Leave empty to disable." ,
"value" : "" ,
"required" : false
2020-12-05 22:01:21 +00:00
} ,
"WHOOGLE_ALT_TW" : {
2020-12-06 04:41:05 +00:00
"description" : "The site to use as a replacement for twitter.com when site alternatives are enabled in the config." ,
2021-01-23 22:43:53 +00:00
"value" : "nitter.net" ,
2020-12-05 22:01:21 +00:00
"required" : false
} ,
"WHOOGLE_ALT_YT" : {
2020-12-06 04:41:05 +00:00
"description" : "The site to use as a replacement for youtube.com when site alternatives are enabled in the config." ,
2021-01-23 22:43:53 +00:00
"value" : "invidious.snopyta.org" ,
2020-12-05 22:01:21 +00:00
"required" : false
} ,
"WHOOGLE_ALT_IG" : {
2020-12-06 04:41:05 +00:00
"description" : "The site to use as a replacement for instagram.com when site alternatives are enabled in the config." ,
2021-01-23 22:43:53 +00:00
"value" : "bibliogram.art/u" ,
"required" : false
} ,
"WHOOGLE_ALT_RD" : {
"description" : "The site to use as a replacement for reddit.com when site alternatives are enabled in the config." ,
"value" : "libredd.it" ,
2020-12-05 22:01:21 +00:00
"required" : false
2020-11-03 21:28:42 +00:00
}
}
2020-04-24 23:23:08 +00:00
}