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 · 1 comment
Open

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

825i opened this issue May 3, 2024 · 1 comment

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.

@LinuxServer-CI
Copy link

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

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

No branches or pull requests

2 participants