add meta
This commit is contained in:
parent
525bcce5cb
commit
10546c7860
|
@ -4,3 +4,8 @@ build_from:
|
||||||
aarch64: ghcr.io/home-assistant/aarch64-base:3.21
|
aarch64: ghcr.io/home-assistant/aarch64-base:3.21
|
||||||
amd64: ghcr.io/home-assistant/amd64-base:3.21
|
amd64: ghcr.io/home-assistant/amd64-base:3.21
|
||||||
i386: ghcr.io/home-assistant/i386-base:3.21
|
i386: ghcr.io/home-assistant/i386-base:3.21
|
||||||
|
labels:
|
||||||
|
org.opencontainers.image.title: "MPD"
|
||||||
|
org.opencontainers.image.description: "MPD Addon"
|
||||||
|
org.opencontainers.image.source: "https://forgejo.owo.monster/chaos/hass-mpd"
|
||||||
|
org.opencontainers.image.licenses: "MIT"
|
|
@ -2,7 +2,7 @@ name: MPD
|
||||||
version: dev
|
version: dev
|
||||||
slug: mpd
|
slug: mpd
|
||||||
panel_icon: mdi:music-circle
|
panel_icon: mdi:music-circle
|
||||||
description: Music Player Daemon is a free and open source music player. It plays audio files, organizes playlists and maintains a music database
|
description: MPD Addon
|
||||||
url: https://forgejo.owo.monster/chaos/hass-mpd
|
url: https://forgejo.owo.monster/chaos/hass-mpd
|
||||||
arch:
|
arch:
|
||||||
- armv7
|
- armv7
|
||||||
|
|
Loading…
Reference in a new issue