You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to personalize your homepage with a unique logo, you have this option.
4
+
You need to transfer a folder with your logos to the docker container.
5
+
6
+
## Logo creation
7
+
8
+
We suggest that you create an svg or png icon (if it is a png icon, then at the highest possible resolution) for your application and use it to create a favicon package in [Favicon Generator](https://realfavicongenerator.net/).
9
+
10
+
Once generated, download the ZIP and use the `android-*` icons for `pwa-*`:
11
+
*`android-chrome-192x192.png` → `pwa-192x192.png`
12
+
*`android-chrome-512x512.png` → `pwa-512x512.png`
13
+
*`apple-touch-icon.png`
14
+
*`favicon.ico`
15
+
16
+
## Using
17
+
18
+
Mount the new volume with the icons folder in your `docker-compose.yml` or pass the `-v` argument to docker run.
0 commit comments