mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[PR #180] [MERGED] Add ability to redirect reddit.com to libredd.it #803
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#803
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/benbusby/whoogle-search/pull/180
Author: @benbusby
Created: 1/23/2021
Status: ✅ Merged
Merged: 1/23/2021
Merged by: @benbusby
Base:
develop← Head:feature/reddit-redirect📝 Commits (2)
cbfd3c8Add ability to redirect reddit.com to libredd.it368d165Include libreddit in home page site alt note📊 Changes
6 files changed (+21 additions, -7 deletions)
View changed files
📝
Dockerfile(+2 -0)📝
README.md(+1 -0)📝
app.json(+8 -3)📝
app/templates/index.html(+2 -2)📝
app/utils/filter_utils.py(+7 -2)📝
docker-compose.yml(+1 -0)📄 Description
Adds the ability to redirect reddit.com to libredd.it using the existing "site alts" config setting.
This adds the WHOOGLE_ALT_RD environment variable for optionally redirecting reddit links to libreddit (https://github.com/spikecodes/libreddit).
Closes #172
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.