Skip to content
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] Let us add our own search providers #1332

Open
825i opened this issue May 3, 2024 · 0 comments
Open

[Feature Request] Let us add our own search providers #1332

825i opened this issue May 3, 2024 · 0 comments

Comments

@825i
Copy link

825i commented May 3, 2024

First of all, thanks for the work on this template.

Yes I know it is possible to add a search provider in appdata/heimdall/www/searchproviders.yaml

But they are removed whenever the container is updated.

Please give us the option to add these via the WebUI and that they would persist after an update.

For those reading, you can add your own search provider to Heimdall by going to the above config location and pasting in a new one at the bottom like so:


Here is an example for my own self-hosted SearXNG

searxng:
   id: searx
   url: https://<yoururlhere>
   name: SearXNG
   method: post
   target: _blank
   query: q

image

I use POST because it is more secure/private but you can also use "get" as usual.

It would be great if I could simply set this via the WebUI and it would stay that way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Non-Docker Issues
Development

No branches or pull requests

1 participant