[PR #560] [MERGED] Farside integration #911

Closed
opened 2026-02-25 20:37:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/benbusby/whoogle-search/pull/560
Author: @benbusby
Created: 12/1/2021
Status: Merged
Merged: 12/9/2021
Merged by: @benbusby

Base: mainHead: feature/farside


📝 Commits (6)

  • b7798c9 Expand conversion of config<->url params
  • 8492827 Merge remote-tracking branch 'origin/main' into feature/farside
  • 12a6d8d Allow jumping instances via Farside when ratelimited
  • 9b89cfc Block help.pinterest.com in test_block_results
  • 5468950 Update default fallback links to farside.link/
  • b87adae Merge branch 'main' into feature/farside

📊 Changes

19 files changed (+205 additions, -95 deletions)

View changed files

📝 Dockerfile (+6 -6)
📝 README.md (+5 -5)
📝 app.json (+9 -9)
📝 app/models/config.py (+30 -5)
📝 app/request.py (+1 -1)
📝 app/routes.py (+11 -2)
📝 app/static/css/dark-theme.css (+5 -1)
app/static/css/error.css (+9 -0)
📝 app/static/css/light-theme.css (+5 -1)
📝 app/static/css/main.css (+7 -0)
📝 app/static/settings/translations.json (+50 -18)
📝 app/templates/error.html (+40 -6)
📝 app/templates/footer.html (+2 -2)
📝 app/templates/index.html (+7 -7)
📝 app/utils/results.py (+5 -5)
📝 docker-compose.yml (+6 -6)
📝 test/conftest.py (+1 -1)
📝 test/test_results.py (+0 -14)
📝 whoogle.template.env (+6 -6)

📄 Description

When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.

For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.

Closes #554

Closes #559


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/benbusby/whoogle-search/pull/560 **Author:** [@benbusby](https://github.com/benbusby) **Created:** 12/1/2021 **Status:** ✅ Merged **Merged:** 12/9/2021 **Merged by:** [@benbusby](https://github.com/benbusby) **Base:** `main` ← **Head:** `feature/farside` --- ### 📝 Commits (6) - [`b7798c9`](https://github.com/benbusby/whoogle-search/commit/b7798c938237adf40a885fd41e54ea72e69ed3c9) Expand conversion of config<->url params - [`8492827`](https://github.com/benbusby/whoogle-search/commit/849282748c2f42b06b03922371900965e071f46b) Merge remote-tracking branch 'origin/main' into feature/farside - [`12a6d8d`](https://github.com/benbusby/whoogle-search/commit/12a6d8d711b1657927ff984e551963a751dc5b15) Allow jumping instances via Farside when ratelimited - [`9b89cfc`](https://github.com/benbusby/whoogle-search/commit/9b89cfc00ecc376402d543a4a3149c69c5efed05) Block help.pinterest.com in test_block_results - [`5468950`](https://github.com/benbusby/whoogle-search/commit/5468950ed9ba8859b94768f787603aa6b6728821) Update default fallback links to farside.link/<service> - [`b87adae`](https://github.com/benbusby/whoogle-search/commit/b87adaef13803b765de14e34defea2e448576145) Merge branch 'main' into feature/farside ### 📊 Changes **19 files changed** (+205 additions, -95 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+6 -6) 📝 `README.md` (+5 -5) 📝 `app.json` (+9 -9) 📝 `app/models/config.py` (+30 -5) 📝 `app/request.py` (+1 -1) 📝 `app/routes.py` (+11 -2) 📝 `app/static/css/dark-theme.css` (+5 -1) ➕ `app/static/css/error.css` (+9 -0) 📝 `app/static/css/light-theme.css` (+5 -1) 📝 `app/static/css/main.css` (+7 -0) 📝 `app/static/settings/translations.json` (+50 -18) 📝 `app/templates/error.html` (+40 -6) 📝 `app/templates/footer.html` (+2 -2) 📝 `app/templates/index.html` (+7 -7) 📝 `app/utils/results.py` (+5 -5) 📝 `docker-compose.yml` (+6 -6) 📝 `test/conftest.py` (+1 -1) 📝 `test/test_results.py` (+0 -14) 📝 `whoogle.template.env` (+6 -6) </details> ### 📄 Description When instances are ratelimited (when a captcha is returned instead of the user's search results) the user can now hop to a new instance via [Farside](https://github.com/benbusby/farside), a new backend service that redirects users to working instances of a particular frontend. In this case, it presents a user with a Farside link to a new Whoogle (or Searx) instance instead, so that the user can resume their search. For the generated Farside->Whoogle link, the generated link includes the user's current Whoogle configuration settings as URL params, to ensure a more seamless transition between instances. This doesn't translate to the Farside->Searx link, but potentially could with some changes. Closes #554 Closes #559 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:37:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#911
No description provided.