Skip to content

When installing as PWA my customized favicon is not used #1024

@f18m

Description

@f18m

Describe the bug
I deploy Homer as a docker composition:

services:
  homer:
    image: b4bz/homer:v25.11.1
    volumes:
      - ./config.yml:/www/assets/config.yml:ro
      - ./home_icon_orange.ico:/www/assets/icons/favicon.ico:ro
    ports:
      - 8080:8080
    user: 1000:1000 # default
    environment:
      - INIT_ASSETS=1 
    restart: unless-stopped

and with this setup I do get the right favicon to show up in browsers. However when from Chrome I select the "Install page as app" I see always the Homer default favicon instead of my customized one...
also the proposed title for the PWA is always Homer Dashboard regardless of the title property I set in the YAML config...

Expected behavior
I would expect the PWA to appear with the favicon "home_icon_orange.ico" I setup as customized favicon

Screenshots

Image

^^^ above you see the Chrome tab showing the right favicon but then the Chrome popup for installing the PWA keep showing the default icon

Configuration
Not related to this report

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions