linuxserver / Heimdall

An Application dashboard and launcher
MIT License
7.46k stars 540 forks source link

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

Open 825i opened 2 months ago

825i commented 2 months ago

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 commented 1 month ago

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.