mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #992] [QUESTION] How to redirect to self-hosted alternatives? #614
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#614
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 @usersink on GitHub (Apr 26, 2023).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/992
Is there any way to replace/update the farside.link alts so that they point to self-hosted services ie your own instance of invidious, rather than publicly available ones?
@benbusby commented on GitHub (Apr 28, 2023):
Under this section of the README are a set of
WHOOGLE_ALT_%senvironment variables that you can set to redirect to whatever instance you want.@usersink commented on GitHub (Apr 29, 2023):
Thanks for getting back to me, and for a great app!
If I replace the farside link with ANY value, the container won't launch. I'm using Portainer and keep getting this error:
"Failed to deploy a stack: Container whoogle Recreate Error response from daemon: invalid mount path: 'WHOOGLE_ALT_YT=example.com' mount path must be absolute"
I'm not sure what that means in the context of a link.
@benbusby commented on GitHub (May 1, 2023):
That sounds like it might be an issue with the command used for launching the container, not the environment variable itself. Does your
WHOOGLE_ALT_YT=example.comcome after a--mountor--volumeflag by chance? It seems like as the command is being parsed, it's looking for a mount location, and is finding an environment variable instead.@usersink commented on GitHub (May 1, 2023):
Translation: I hadn't uncommented the environment line :hangs-head-in-shame:
Thank you sooo much for taking the time, and for your patience!
@benbusby commented on GitHub (May 1, 2023):
No problem!