dantheclamman@lemmy.world to Technology@lemmy.worldEnglish · 11 days agoMicrosoft Bing is trying to spoof Google UI when people search Google.comwww.windowslatest.comexternal-linkmessage-square27fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkMicrosoft Bing is trying to spoof Google UI when people search Google.comwww.windowslatest.comdantheclamman@lemmy.world to Technology@lemmy.worldEnglish · 11 days agomessage-square27fedilink
minus-squareGregor@gregtech.eulinkfedilinkEnglisharrow-up0·11 days agoI 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.
minus-squaremoe93@lemmy.mllinkfedilinkEnglisharrow-up0·11 days agoHow did you change the logo? I tried to do that on my instance and failed miserably. Running it through docker.
minus-squareGregor@gregtech.eulinkfedilinkEnglisharrow-up1·11 days agoYou 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
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