このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
ファイルへ移動
2020-04-12 14:26:32 -06:00
app Updated favicons 2020-04-12 14:26:32 -06:00
.dockerignore
.gitignore
Dockerfile Updated dockerfile and run script to work with heroku deployment 2020-04-11 14:37:15 -06:00
LICENSE
opensearch.py Fixed incorrect opensearch template, updated readme 2020-04-11 15:57:06 -06:00
README.md Fixed incorrect opensearch template, updated readme 2020-04-11 15:57:06 -06:00
requirements.txt
run.sh Updated dockerfile and run script to work with heroku deployment 2020-04-11 14:37:15 -06:00
server.py

Shoogle

Get Google search results, but without any ads, javascript, or AMP links. Easily deployable via Docker, and customizable with a single config text file. Quick and simple to integrate as a primary search engine replacement on both desktop and mobile.

Prerequisites

Setup

  1. Ensure the Docker daemon is running, and is accessible by your user account
  • To add user permissions, you can execute sudo usermod -aG docker yourusername
  • Running docker ps should return something besides an error. If you encounter an error saying the daemon isn't running, try sudo systemctl start docker (Linux) or ensure the docker tool is running (Windows/macOS).
  1. Clone and deploy the docker app using a method below:

Using Heroku (Free)

heroku login
heroku container:login
git clone https://github.com/benbusby/shoogle.git
cd shoogle
heroku create
heroku container:push web
heroku container:release web
heroku open

Using _____

TODO

Extra Steps

Set Shoogle as your primary search engine

  1. From the main shoogle folder, run python opensearch.py "\<your app url\>"
  2. Rebuild and release your updated app
  • heroku container:push web and then heroku container:release web
  1. Update browser settings
  • Firefox (Desktop)
    • Navigate to your app's url, and click the 3 dot menu in the address bar. At the bottom, there should be an option to "Add Search Engine". Once you've clicked this, open your Firefox Preferences menu, click "Search" in the left menu, and use the available dropdown to select "Shoogle" from the list.
  • Firefox (Mobile)
    • In the mobile app Settings page, tap "Search" within the "General" section. There should be an option titled "Add Search Engine" to select. It should prompt you to enter a title and search query url - use the following elements to fill out the form:
      • Title: "Shoogle"
      • URL: "https://<your shoogle url>/search?q=%s"