Enhancement: Custom search engine #993
-
Is there a way to implement a custom search engine? (A inserted link or something) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can edit the searchproviders.yaml file to use any provider to pin as a homepage search. In docker the file is in the www folder. brave:
Edit: Refresh apps cured the above. Alternatively you can just add it as an 'application' and type in the URL in the requisite box although that only takes you to the page. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/linuxserver/Heimdall/discussions/categories/search-providers for more options |
Beta Was this translation helpful? Give feedback.
You can edit the searchproviders.yaml file to use any provider to pin as a homepage search.
In docker the file is in the www folder.
brave:
id: brave
url: https://search.brave.com/search
name: Brave
method: get
target: _blank
query: q
That said I've had an issue where I can only use 5 providers, if I try adding a 6th then settings crash and gives an error 500 on the setting page.Potentially I mesed up the formatting but I've not had time to double check yet.
Edit: Refresh apps cured the above.
Alternatively you can just add it as an 'application' and type in the URL in the requisite box although that only takes you to the page.