30 lines
865 B
Markdown
Executable File
30 lines
865 B
Markdown
Executable File
# App Assets
|
|
|
|
This directory contains logos and screenshots for the dashboard.
|
|
They are baked into the Docker image at build time.
|
|
|
|
## Naming convention
|
|
|
|
Files must follow the felhom.eu website convention:
|
|
|
|
- `{slug}-logo.webp` — App logo (48x48 or larger, will be scaled)
|
|
- `{slug}-screenshot-1.webp` — First screenshot
|
|
- `{slug}-screenshot-2.webp` — Second screenshot (and so on)
|
|
|
|
Example:
|
|
```
|
|
paperless-ngx-logo.webp
|
|
paperless-ngx-screenshot-1.webp
|
|
paperless-ngx-screenshot-2.webp
|
|
immich-logo.webp
|
|
immich-screenshot-1.webp
|
|
```
|
|
|
|
## Syncing from felhom.eu website
|
|
|
|
Run `make sync-assets` to copy assets from the felhom.eu website repo.
|
|
This expects the website files to be available at `../felhom.eu/website/assets/`
|
|
(relative to this repo), or set `WEBSITE_ASSETS_DIR` to override.
|
|
|
|
Alternatively, copy files manually from FileBrowser at https://felhom.eu.
|