mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[PR #139] [MERGED] Use relative links instead of absolute. #796
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#796
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/139
Author: @bugbounce
Created: 10/28/2020
Status: ✅ Merged
Merged: 10/29/2020
Merged by: @benbusby
Base:
develop← Head:develop📝 Commits (3)
c64432fUse relative links instead of absolte.6a68fc3Use relative link for opensearch.xml85f6ec9Merge branch 'develop' into develop📊 Changes
6 files changed (+43 additions, -43 deletions)
View changed files
📝
app/filter.py(+4 -4)📝
app/static/js/autocomplete.js(+2 -2)📝
app/static/js/controller.js(+3 -3)📝
app/templates/display.html(+7 -7)📝
app/templates/header.html(+3 -3)📝
app/templates/index.html(+24 -24)📄 Description
This allows for hosting under a subpath. For example if you want to host
whoogle at example.com/whoogle, it should work better with a reverse proxy.
Sample nginx reverse proxy config:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.