Rogermax commented on issue #21736: URL: https://github.com/apache/superset/issues/21736#issuecomment-1924938079
Hey people, I manage to change the icon and the favicon (in my case docker) setting this in `docker-compose` ``` volumes: - ./superset/superset_config.py:/app/superset_config.py - ./superset/logo.png:/app/superset/static/assets/images/logo.png - ./superset/logo.png:/app/superset/static/assets/images/favicon.png ``` In my docker I see that superset is under /app and cheking the web of superset I saw that is getting the resources from /static/assets/....  So, changing the content of `superset_config.py` to this: ``` # Visual Customizations APP_NAME = <YOUR_APP_NAME> APP_ICON="/static/assets/images/logo.png" APP_ICON_WIDTH = 200 LOGO_TARGET_PATH = '/' LOGO_TOOLTIP = <LOGO_TOOLTIP_TEXT> ``` solved my problem! Good luck! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org