H
Homarr5mo ago
Pissmilk

Disable the torrent option on the Homarr search bar

Hi there, Is there any way to disable the torrent option on the homarr search bar? Many thanks
Solution:
Here's a custom CSS that should hide the entry. It doesn't disable selecting it using arrow down but it's something ```CSS .mantine-Autocomplete-item:has(.tabler-icon-download) { display: none; }...
Jump to solution
24 Replies
Cakey Bot
Cakey Bot5mo ago
Thank you for submitting a support request. Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
❓ Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Pissmilk
PissmilkOP5mo ago
log: not needed os: debian 12 versino: idk how to find it, but latest? *jsut installed like a few days ago config: not needed? idk i ran some install script
Pissmilk
PissmilkOP5mo ago
No description
Pissmilk
PissmilkOP5mo ago
also this is how i installed if its needed
Serenaphic
Serenaphic5mo ago
Hi, thanks for going through the list even though it wasn't relevant ^^' There is unfortunately no way to disable single elements of the search bar. This was requested in the past though and the search bar of V1 should include such niceties. I invite you to join the insiders for more news about the upcomming V1.
Pissmilk
PissmilkOP5mo ago
Proxmox VE Helper-Scripts
Scripts for Streamlining Your Homelab with Proxmox VE
Pissmilk
PissmilkOP5mo ago
oh i see, so in a future release this could be a thing?
Serenaphic
Serenaphic5mo ago
Yes
Pissmilk
PissmilkOP5mo ago
is it possible to change the end point of this search? i would like to maybe make it google.com and then the main search be something else like ddg
Serenaphic
Serenaphic5mo ago
oh for that it's already available
Pissmilk
PissmilkOP5mo ago
oh, how do i do that?
Serenaphic
Serenaphic5mo ago
Under user preferences
Pissmilk
PissmilkOP5mo ago
No description
Pissmilk
PissmilkOP5mo ago
i only see that for the main search
Serenaphic
Serenaphic5mo ago
Google is the default one so the search should already default to a google search
Pissmilk
PissmilkOP5mo ago
but not like torrent seach if i cant remove the torrent search, id like to redirect it to something else like google
Serenaphic
Serenaphic5mo ago
The default search should already be google
Pissmilk
PissmilkOP5mo ago
yes, but im talking about the torrent search
Pissmilk
PissmilkOP5mo ago
No description
Pissmilk
PissmilkOP5mo ago
like i want the first to be my internal search
Serenaphic
Serenaphic5mo ago
You can't change the torrent search no
Pissmilk
PissmilkOP5mo ago
okay, thank you
Serenaphic
Serenaphic5mo ago
By default, the search bar will seek for apps on your dashboard for results, then will automatically choose web search if nothing is found. You would have to select the torrent query
Solution
Serenaphic
Serenaphic5mo ago
Here's a custom CSS that should hide the entry. It doesn't disable selecting it using arrow down but it's something
.mantine-Autocomplete-item:has(.tabler-icon-download) {
display: none;
}
.mantine-Autocomplete-item:has(.tabler-icon-download) {
display: none;
}
Want results from more Discord servers?
Add your server