[PR #155] [MERGED] Allow setting site alts using environment vars #798

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

📋 Pull Request Information

Original PR: https://github.com/benbusby/whoogle-search/pull/155
Author: @benbusby
Created: 12/5/2020
Status: Merged
Merged: 12/5/2020
Merged by: @benbusby

Base: developHead: feature/alternative-alts


📝 Commits (2)

  • d2adfb7 Add ability to configure site alts w/ env vars
  • b69618f Add site alt vars to docker settings and readme

📊 Changes

8 files changed (+69 additions, -15 deletions)

View changed files

📝 Dockerfile (+7 -0)
📝 README.md (+10 -1)
📝 app.json (+15 -0)
📝 app/utils/filter_utils.py (+4 -3)
📝 docker-compose.yml (+6 -0)
📝 test/conftest.py (+11 -0)
📝 test/test_results.py (+14 -0)
📝 test/test_routes.py (+2 -11)

📄 Description

Site alternatives (i.e. twitter.com -> nitter.net) can now be configured
using environment variables:

WHOOGLE_ALT_TW='nitter.net' # twitter alt
WHOOGLE_ALT_YT='invidio.us' # youtube alt
WHOOGLE_ALT_IG='bibliogram.art/u' # instagram alt

Closes #154


🔄 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/155 **Author:** [@benbusby](https://github.com/benbusby) **Created:** 12/5/2020 **Status:** ✅ Merged **Merged:** 12/5/2020 **Merged by:** [@benbusby](https://github.com/benbusby) **Base:** `develop` ← **Head:** `feature/alternative-alts` --- ### 📝 Commits (2) - [`d2adfb7`](https://github.com/benbusby/whoogle-search/commit/d2adfb772c1567a740fb47f8ed736563ef1b1580) Add ability to configure site alts w/ env vars - [`b69618f`](https://github.com/benbusby/whoogle-search/commit/b69618f594c41bbc5c79edecb98474f7324dc5fb) Add site alt vars to docker settings and readme ### 📊 Changes **8 files changed** (+69 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+7 -0) 📝 `README.md` (+10 -1) 📝 `app.json` (+15 -0) 📝 `app/utils/filter_utils.py` (+4 -3) 📝 `docker-compose.yml` (+6 -0) 📝 `test/conftest.py` (+11 -0) 📝 `test/test_results.py` (+14 -0) 📝 `test/test_routes.py` (+2 -11) </details> ### 📄 Description Site alternatives (i.e. twitter.com -> nitter.net) can now be configured using environment variables: WHOOGLE_ALT_TW='nitter.net' # twitter alt WHOOGLE_ALT_YT='invidio.us' # youtube alt WHOOGLE_ALT_IG='bibliogram.art/u' # instagram alt Closes #154 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:36:45 +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#798
No description provided.