New self-hosted app following the standard container layout (config + docker-compose template + icon), modelled on the Jellyfin media app: - navidrome.config — media-category metadata, single webui port (random:4533), served on the `music` subdomain via Traefik. - docker-compose.yml — deluan/navidrome:latest with a ./data volume (DB/config/ cache) and a read-only ./music library mount; declares its SQLite DB (libreportal.backup.db) + data dir for live, zero-downtime backups; gluetun markers included so it can optionally be VPN-routed. - navidrome.svg — brand-blue equalizer icon. Auto-discovered by the container scan / apps.json generator, so it appears in the App Center as an installable Media app. Like Jellyfin, the first admin account is created in Navidrome's own web UI on first run, so no auth tools are needed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: librelad <librelad@digitalangels.vip>
17 lines
722 B
XML
17 lines
722 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
<defs>
|
|
<linearGradient id="navidrome_svg__a" x1="64" y1="48" x2="448" y2="464" gradientUnits="userSpaceOnUse">
|
|
<stop offset="0" style="stop-color:#57a0e8"/>
|
|
<stop offset="1" style="stop-color:#2960a8"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="512" height="512" rx="112" fill="url(#navidrome_svg__a)"/>
|
|
<g fill="#fff">
|
|
<rect x="96" y="191" width="44" height="130" rx="22"/>
|
|
<rect x="165" y="141" width="44" height="230" rx="22"/>
|
|
<rect x="234" y="106" width="44" height="300" rx="22"/>
|
|
<rect x="303" y="156" width="44" height="200" rx="22"/>
|
|
<rect x="372" y="196" width="44" height="120" rx="22"/>
|
|
</g>
|
|
</svg>
|