this post was submitted on 06 Jan 2025
551 points (97.6% liked)

Technology

72360 readers
4335 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 160 points 5 months ago (39 children)

Kind of fucked up but tbf Google does similarly shady stuff.

Please just use duckduckgo (or SearX).

[–] [email protected] 46 points 5 months ago (27 children)

I host my own SearXNG instance, which miiiight be a bit of a bad idea because the anonymity of the crowd disappears but hosting your own services is way too cool to ignore. It's at search.gregtech.eu in case anyone wants to use it.

[–] [email protected] 2 points 5 months ago (1 children)

How did you change the logo? I tried to do that on my instance and failed miserably. Running it through docker.

[–] [email protected] 3 points 5 months ago

You gotta mount the image to the place where searxng accesses it, like this in docker compose:

volumes:
      - ./searxng:/etc/searxng:rw
      - type: bind
        source: ./images/searxng.png
        target: /usr/local/searxng/searx/static/themes/simple/img/searxng.png

load more comments (25 replies)
load more comments (36 replies)