ippo

Whoogle meta search

Whoogle meta search

A self-hosted, ad-free, privacy-respecting metasearch engine.Google search results, but without any ads, JavaScript, AMP links, cookies, or IP address tracking.

docker-compose

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
version: "2.4"

services:
  whoogle-search:
    image:benbusby/whoogle-search:latest
    container_name: whoogle-search
    restart: unless-stopped
    pids_limit: 50
    mem_limit: 256mb
    memswap_limit: 256mb
    # user debian-tor from tor package
    user: whoogle
    security_opt:
      - no-new-privileges
    cap_drop:
      - ALL
    tmpfs:
      - /config/:size=10M,uid=927,gid=927,mode=1700
      - /var/lib/tor/:size=15M,uid=927,gid=927,mode=1700
      - /run/tor/:size=1M,uid=927,gid=927,mode=1700
    ports:
      - 5000:5000

replit

  • Navigate to https://repl.it/github/benbusby/whoogle-search

  • Sign up for a free account or sign in

  • Import from github

  • When import is finished hit run

  • When the console tab finish running from the webview tab hit the top right icon to open the whoogle search window in a new tab

  • Copy the url thats your whoogle search url

  • Start using it

  • On you browser settings you can add it as a search engine selecting it from the recently used engines

  • To keep the replit instance alive head to https://uptimerobot.com

  • Hit monitor

  • Https type

  • Add your whoogle url

  • Select an interval e.g. 5 mins

  • And create monitor

comments powered by Disqus