-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Redirect to alternatives (ex. Invidious instead of YouTube) #129
Comments
This is something I've been wanting to do. I'm just looking into my implementation first, and parts of settings as of right now require JavaScript, so this might require JavaScript on the client. But all the JavaScript is framework-free and open source under the GPL and works with LibreJS, and like LibreY, this will be configurable on the client; I'm just looking for a relatively clean solution. |
This is something that will be added, and once it's added, I'll let you know. Please keep this issue open until then and provide feedback once it's added to Araa. |
You could have it as a textarea box where the user types in the original url, and the url to redirect to.
This can be set as a cookie, then an extra function will parse the cookie, and return a dict of all the sites. There should also be a default set in config.py by the admin of the instance. |
i was able to have it redirect to my invidious instance by setting this .env variable -PIPED_INSTANCE= |
this is being worked on right now it will be it's own end point with a button to it from settings at /redirects |
it will look something like this trying to keep it constant with everything else and all the UI |
let me know how that looks, thanks |
The UI looks good. Can you make a separate branch so I can do some testing? |
i like this idea but i have not worked in araa in sometime |
im not sure how this could affect security the entire idea of redirects in general |
the most secure way might be doing it locally with javascript |
Hi there,
I host a few other search instances like LibreY, Whoogle, 4get and of course yours.
One feature in Whoogle that I really like is replacing links to YouTube, Reddit, etc. with some other sites like Invidious, RedLib (a fork of Libreddit), etc.
Whoogle does this with a set of predefined Environment Variables
I've tested all these search front ends and have to say that yours looks and feels the best, but the redirection to Invidious and RedLib is something I really miss.
The text was updated successfully, but these errors were encountered: