[GH-ISSUE #992] [QUESTION] How to redirect to self-hosted alternatives? #614

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

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?

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?
kerem 2026-02-25 20:36:09 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@benbusby commented on GitHub (Apr 28, 2023):

Under this section of the README are a set of WHOOGLE_ALT_%s environment variables that you can set to redirect to whatever instance you want.

<!-- gh-comment-id:1527966014 --> @benbusby commented on GitHub (Apr 28, 2023): Under [this section of the README](https://github.com/benbusby/whoogle-search#environment-variables) are a set of `WHOOGLE_ALT_%s` environment variables that you can set to redirect to whatever instance you want.
Author
Owner

@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.

<!-- gh-comment-id:1528713379 --> @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.
Author
Owner

@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.com come after a --mount or --volume flag 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.

<!-- gh-comment-id:1529913550 --> @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.com` come after a `--mount` or `--volume` flag 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.
Author
Owner

@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!

<!-- gh-comment-id:1530443473 --> @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!
Author
Owner

@benbusby commented on GitHub (May 1, 2023):

No problem!

<!-- gh-comment-id:1530484825 --> @benbusby commented on GitHub (May 1, 2023): No problem!
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#614
No description provided.