Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit e849a23

Browse files
committed
fix addon configuration
1 parent 7b0aa3b commit e849a23

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

server/Dockerfile.addon

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ RUN curl -J -L -o /tmp/bashio.tar.gz \
3131
EXPOSE 2881
3232

3333
LABEL \
34-
io.hass.name="ava Server for ${BUILD_ARCH}" \
35-
io.hass.description="ava Server Add-on: ${BUILD_ARCH} bun debian v1 image" \
34+
io.hass.name="ava server for ${BUILD_ARCH}" \
35+
io.hass.description="ava server Add-on: ${BUILD_ARCH} bun debian v1 image" \
3636
io.hass.arch="${BUILD_ARCH}" \
3737
io.hass.type="base" \
3838
io.hass.version=${BUILD_VERSION} \
3939
io.hass.base.version=${BUILD_VERSION} \
4040
io.hass.base.name="debian" \
41-
io.hass.base.image="ghcr.io/0x77dev/ava/server" \
41+
io.hass.base.image="ghcr.io/0x77dev/ava/hass_ava_server" \
4242
maintainer="Mykhailo Marynenko <mykhailo@0x77.dev>" \
4343
org.opencontainers.image.title="ava Server for ${BUILD_ARCH}" \
4444
org.opencontainers.image.description="ava Server Add-on: ${BUILD_ARCH} bun debian v1 image" \

server/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ arch:
88
- amd64
99
ports:
1010
2881/tcp: 2881
11-
image: ghcr.io/0x77dev/ava/server
11+
image: ghcr.io/0x77dev/ava/hass_ava_server
1212
homeassistant_api: true
1313
ingress: true
1414
ingress_port: 2881

0 commit comments

Comments
 (0)