I feel like Microsoft is way more shameless about their shady stuff. They’ve been messing around with impersonating google/chrome for awhile now, they recently had that thing where they would copy all your open chrome tabs, and then when you started your computer it would open edge with all your chrome tabs to trick people into using edge instead.
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.
Kind of fucked up but tbf Google does similarly shady stuff.
Please just use duckduckgo (or SearX).
I feel like Microsoft is way more shameless about their shady stuff. They’ve been messing around with impersonating google/chrome for awhile now, they recently had that thing where they would copy all your open chrome tabs, and then when you started your computer it would open edge with all your chrome tabs to trick people into using edge instead.
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.
How did you change the logo? I tried to do that on my instance and failed miserably. Running it through docker.
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