SearXNG: Your Private Search Engine - Docker Tutorial

Поделиться
HTML-код
  • Опубликовано: 20 ноя 2024

Комментарии • 68

  • @DBTechYT
    @DBTechYT  26 дней назад +1

    If you're looking to go even more incognito with your SearXNG setup, here's something MrWazaby put together that includes Gluetun VPN and Authelia: github.com/MrWazaby/searxng-vpn-docker

  • @SandWraith0
    @SandWraith0 27 дней назад +3

    I just learned about SearXNG just over a week ago and couldn't figure it out how to selfhost this properly. And all of a sudden I see your video, your (very simplified) docker compose file and got it running in no time. I truely appreciate what you do for us homeusers/tinkerers. Thank you very much! Love your work!

    • @DBTechYT
      @DBTechYT  27 дней назад

      super glad it was helpful!

  • @RapsCalorie
    @RapsCalorie 29 дней назад +3

    SearXNG is great. I've used it exclusively for months now and it's served me perfectly well.
    I don't think it was mentioned in the video except that the option is pre-checked, but a big selling point is that SearXNG by default strips the tracking data to and from the different search engines it uses.(I could have missed it I'm just waking up having coffee right now lol)

  • @TheMichael2019
    @TheMichael2019 29 дней назад +1

    once again you have made something that looks complicated much simpler. thanks as i now have my own search engine

    • @DBTechYT
      @DBTechYT  29 дней назад

      Had a dyslexic moment when i read your comment and was like, "how did I make something simple complicated?" And then I re-read your comment and realized you had said the exact opposite of what my dumb brain had just read. Thanks for watching and commenting!

    • @TheMichael2019
      @TheMichael2019 27 дней назад

      I just read it again and I think I could have worded it better. That's my brain typing out what it's thinking at that moment 😂

    • @TheMichael2019
      @TheMichael2019 27 дней назад

      I edited my comment to read better 😂

  • @FlyingHellfish
    @FlyingHellfish 29 дней назад

    Thank you for yet another great video, I love having new containers to mess with in my homelab.
    Just an FYI, middle click (if you have a middle mouse button) will open links in a new tab. I use that so I can selectively open new tabs and not open every link in a new tab.

    • @DBTechYT
      @DBTechYT  29 дней назад +1

      I use the middle-click option all the time! Just appreciate when an app proactively thinks to add it :)

  • @DanZimmerli
    @DanZimmerli 29 дней назад +1

    Thanks for this I used your compose file and it worked flawlessly

    • @DBTechYT
      @DBTechYT  29 дней назад +2

      Awesome!! Thanks for confirming! :)

    • @田为华
      @田为华 5 дней назад +1

      i use your compose file, and work well ! tks~

  • @rockdarko440
    @rockdarko440 29 дней назад

    I thought I was the only person to use caddy! Not to be off topic but caddy doesn't get enough love as it's so easy to deploy and automate with ansible/jenkins and a good jinja2 template. Thanks for the video, awesome as usual!

    • @DBTechYT
      @DBTechYT  29 дней назад

      I've never used Caddy, but I know at least one person who does and that it's got a bit of a following. Thanks for watching and commenting!!

  • @chrisumali9841
    @chrisumali9841 29 дней назад

    Thanks for the demo and info. Another great container, appreciate the tips. Have a great day

  • @chrisbishop2379
    @chrisbishop2379 29 дней назад

    I've been looking for something like this for a bit (obviously didnt search very hard) I will be setting this up tonight. Thank you!

    • @DBTechYT
      @DBTechYT  29 дней назад

      Glad it helped!

  • @synacktime
    @synacktime 28 дней назад

    Love me some SearXNG! Nicely done video sir!

  • @vldthdrgn
    @vldthdrgn 29 дней назад

    Thank you for simplifying the compose file. It's always frustrating when the devs overly complicate it.

    • @DBTechYT
      @DBTechYT  29 дней назад +1

      No problem (and I agree)! Thanks for watching and commenting!

  • @MrEric377
    @MrEric377 29 дней назад

    Great video. I'm thinking of hosting this now.
    Thanks again for all that you do.

    • @DBTechYT
      @DBTechYT  29 дней назад

      Thanks so much!!

  • @unforgivn81
    @unforgivn81 29 дней назад +11

    I believe the name was intended to just be pronounced "searching."

    • @DBTechYT
      @DBTechYT  29 дней назад +1

      The original project (SearX) was pronounced "Sirks" based on this entry in their Github: github.com/searx/searx/issues/1264#issuecomment-393370844
      SearXNG, like Paperless-ng, uses "NG" to stand for "Next Generation." It's a fork of the original SearX metasearch engine.
      So, maybe it was intended to be pronounced "Searching" but, to me, the way I pronounced it makes more sense based on the aforementioned information I just provided.

  • @heribertorios
    @heribertorios 2 дня назад

    Can be installed in casaos? Thanks fo share

  • @julianmoorhouse1021
    @julianmoorhouse1021 28 дней назад

    One thing you missed is the save, just saves settings to the cookie on the machine you are using. If you want to set global settings for any device (multiple pcs, mobile, iPad etc) then there is a bit more config needed. A lot of the random engines they have turned on by default create pretty unwanted results, so I have a lot disabled in my global settings.

    • @IgorFreireRodrigues
      @IgorFreireRodrigues 23 дня назад

      Share with us!

    • @julianmoorhouse1021
      @julianmoorhouse1021 22 дня назад

      @@IgorFreireRodrigues Sure, edit the ./searxng/settings.yml. Edit or add a section called engines: and then add the search engines you want to enable or disable, sample from mine is here:
      engines:
      - name: duckduckgo images
      disabled: false
      - name: deviantart
      disabled: true
      - name: artic
      disabled: true
      - name: flickr
      disabled: true
      - name: library of congress
      disabled: true
      - name: openverse
      disabled: true
      - name: pinterest
      disabled: true

  • @ronm6585
    @ronm6585 28 дней назад

    Nice, thank you. 👍🏻

  • @niilantei56
    @niilantei56 3 часа назад

    how would one go about editing the "settings.yml" file to allow -JSON searches as well as the default -HTML . can this be done easily within Portainer or Dockge using bash ?

  • @goodcitizen4587
    @goodcitizen4587 29 дней назад

    Very cool. Thanks!

    • @DBTechYT
      @DBTechYT  29 дней назад

      Glad you liked it!

  • @romayojr
    @romayojr 29 дней назад +2

    i’ve been running searxng since the beginning of the year and i love it but i haven’t found a way to change the default search bar on firefox or chrome to my searxng instance. anyone know if this is possible with a third party extension?

    • @DBTechYT
      @DBTechYT  29 дней назад

      best anwer I can find is here: support.mozilla.org/en-US/questions/1365694

  • @ms7165
    @ms7165 29 дней назад

    Thanks, Up and running

  • @TechManG
    @TechManG 29 дней назад +1

    Getting the follow error after using yml in portainer
    Internal Server Error
    The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.

    • @DBTechYT
      @DBTechYT  29 дней назад

      You'll want to check out their Github for more info on that

  • @mitchellwallis
    @mitchellwallis 28 дней назад

    I've been running this for years, only think I havent got to stick is a custom logo, even with proper volume mapping. Mine seems to run fine without redis

    • @DBTechYT
      @DBTechYT  28 дней назад +1

      A few people have mentioned running it without redis. It can help speed things up with a little RAM caching, but definitely not a requirement. Thanks for watching and commenting! :)

    • @mitchellwallis
      @mitchellwallis 27 дней назад

      @@DBTechYT Thanks for all the hard work and awesome videos. Your channel has helped me a lot with my docker journey.

  • @ws_stelzi79
    @ws_stelzi79 29 дней назад +2

    Valkey is the Open Source fork of Redis that went a bit "haywire" on the "OpenSourceness" recently! 🙄

    • @DBTechYT
      @DBTechYT  29 дней назад

      Thanks for the clarification on that. Really appreciate the insight!

  • @instillenergy7803
    @instillenergy7803 7 дней назад

    excellent video, though, you should title it "your personal search engine" there is nothing private about this from what i see.. if is maybe someone can explain it but if i put this on my network its just another computer doing the google searching.... how would it compare to Yacy a decentralized peer to peer privacy respecting search engine?

  • @Raymond6494
    @Raymond6494 29 дней назад

    nice thanks

  • @unibrowser1
    @unibrowser1 24 дня назад

    You inspired me to set this up again. I did it like a year ago and it was slow so I didn't bother. It's still slow but not as bad now. The only issue I have is that I need this to be internet facing (Nginx) but there seems to still be no authentication built in. Any solutions for this? Not trying to get DDOS or hack3d over here lol

    • @DBTechYT
      @DBTechYT  24 дня назад +1

      Check the pinned comment for a solution for this

    • @unibrowser1
      @unibrowser1 24 дня назад

      @@DBTechYT Thanks!

    • @unibrowser1
      @unibrowser1 24 дня назад

      @@DBTechYT Looks like he is using GlueTUN and Authelia. I already have GlueTUN setup and Nginx. I bet I can just add authelia and do it myself. I'll play with it tonight.

  • @bibhutibaibhavbora8770
    @bibhutibaibhavbora8770 День назад

    what if I want to scrap links using Searxng using python? Can anyone help me?

    • @DBTechYT
      @DBTechYT  День назад

      You're going to have a better time getting answers by asking on their Github

  • @IIWII9
    @IIWII9 26 дней назад +1

    Probably pronounced “Search Engine “

    • @DBTechYT
      @DBTechYT  26 дней назад

      Not even a little bit. github.com/searx/searx/pull/1363#issue-347932669

  • @idkidk-i9g
    @idkidk-i9g 29 дней назад +2

    cool service, terrible name