Skip to content

[docker] Is it possible to configure a custom favicon? #57

Answered by mrpaulblack
Latrolage asked this question in Q&A
Discussion options

You must be logged in to vote

Yes there is: for simple theme the favicon is located in https://github.com/searxng/searxng/tree/master/searx/static/themes/simple/img -> favicon.png as well as favicon.png you can change those files to a custom favicon in your script installtion without docker.

With docker: mount the changed files as two volumes likes this (example for docker-compose) inside the SearXNG container; the custom favicon.png as well as favicon.svg file both need to be in the same dir as the docker-compose file for this example:

  volumes:
    - ./favicon.png:/usr/local/searxng/searx/static/themes/simple/img/favicon.png
    - ./favicon.svg:/usr/local/searxng/searx/static/themes/simple/img/favicon.svg

Does this…

Replies: 3 comments 8 replies

Comment options

You must be logged in to vote
6 replies
@mrpaulblack
Comment options

@SpidFightFR
Comment options

@SpidFightFR
Comment options

@SpidFightFR
Comment options

@ZeroNyte
Comment options

Answer selected by mrpaulblack
Comment options

You must be logged in to vote
2 replies
@DupeDawn
Comment options

@mrpaulblack
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
8 participants