Skip to content

Commit

Permalink
bump dbstats for better ui
Browse files Browse the repository at this point in the history
  • Loading branch information
jehy committed Feb 6, 2024
1 parent a95860c commit 2ffed61
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions dbstats/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.4.4

- UI improvements

## 0.4.3

- Add sorting and fix MB calculation for sqlite
Expand Down
4 changes: 2 additions & 2 deletions dbstats/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ RUN apk update \
# Copy root file system
COPY rootfs /

COPY --from=ghcr.io/jehy/hass-dbstats:0.3.2 /usr/src/app /usr/src/app
COPY --from=ghcr.io/jehy/hass-dbstats:0.3.2 /var/www/html /var/www/html
COPY --from=ghcr.io/jehy/hass-dbstats:0.3.5 /usr/src/app /usr/src/app
COPY --from=ghcr.io/jehy/hass-dbstats:0.3.5 /var/www/html /var/www/html
WORKDIR /usr/src/app
RUN npm ci --omit=dev ## need to reinstall deps because they can be binary incompatible

Expand Down
2 changes: 1 addition & 1 deletion dbstats/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: DbStats
version: 0.4.3
version: 0.4.4
slug: dbstats
description: Database stats for Home Assistant
image: ghcr.io/jehy/hass-dbstats-addon
Expand Down

0 comments on commit 2ffed61

Please sign in to comment.