added all files

This commit is contained in:
kisfenyo
2026-02-13 16:59:51 +01:00
parent 5f67151a2f
commit 83d86cb841
12 changed files with 1770 additions and 5 deletions
@@ -7,17 +7,19 @@ They are baked into the Docker image at build time.
Files must follow the felhom.eu website convention:
- `{slug}-logo.webp` — App logo (48x48 or larger, will be scaled)
- `{slug}-logo.svg` — App logo (SVG preferred, displayed on dark background)
- `{slug}-logo.png` — App logo fallback (PNG, for apps without SVG)
- `{slug}-screenshot-1.webp` — First screenshot
- `{slug}-screenshot-2.webp` — Second screenshot (and so on)
The dashboard tries SVG first, falls back to PNG if not found.
Example:
```
paperless-ngx-logo.webp
paperless-ngx-logo.svg
paperless-ngx-screenshot-1.webp
paperless-ngx-screenshot-2.webp
immich-logo.webp
immich-screenshot-1.webp
adventurelog-logo.png
adventurelog-screenshot-1.webp
```
## Syncing from felhom.eu website