• moe93
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 day ago

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

    • Gregor@gregtech.eu
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 day 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