mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #938] [QUESTION] Replace Whoogle Farside link in "Instance limited" page #582
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#582
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?
Originally created by @askabaz22 on GitHub (Jan 26, 2023).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/938
When self-hosting the service, is it possibile to replace the Whoogle farside link in the "instance limited" error page with a link to a particular Whoogle instance we prefer? Would be amazing to have direct redirect to another personal Whoogle instance as a back-up for the main one
@Moist-Cat commented on GitHub (Jan 28, 2023):
The link is hard-coded here. So you can't configure it but I guess you can manually edit the file and add another URL.
@askabaz22 commented on GitHub (Jan 28, 2023):
I've tried to add the URL of the instance in that line but it can't work because "/whoogle/" is added after the URL I set. How can I remove that line, so that it redirect correctly to my instance?
@Moist-Cat commented on GitHub (Jan 28, 2023):
That's in error.html . Remove "whoogle/" from the link.
@benbusby commented on GitHub (Jan 30, 2023):
@askabaz22 The above suggestion should work for you, but let me know if you're still having issues.