Skip to content

Commit

Permalink
ui 4.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Feb 15, 2021
1 parent e8a4c6d commit e4892ab
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# These are supported funding model platforms

github: oznu
custom: https://paypal.me/oznu
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV PATH="${PATH}:/homebridge/node_modules/.bin"
ENV HOMEBRIDGE_VERSION=1.2.5
RUN npm install -g --unsafe-perm homebridge@${HOMEBRIDGE_VERSION}

ENV CONFIG_UI_VERSION=4.38.0 HOMEBRIDGE_CONFIG_UI=1 HOMEBRIDGE_CONFIG_UI_PORT=8581
ENV CONFIG_UI_VERSION=4.39.0 HOMEBRIDGE_CONFIG_UI=1 HOMEBRIDGE_CONFIG_UI_PORT=8581
RUN npm install -g --unsafe-perm homebridge-config-ui-x@${CONFIG_UI_VERSION}

WORKDIR /homebridge
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ENV PATH="${PATH}:/homebridge/node_modules/.bin"
ENV HOMEBRIDGE_VERSION=1.2.5
RUN npm install -g --unsafe-perm homebridge@${HOMEBRIDGE_VERSION}

ENV CONFIG_UI_VERSION=4.38.0 HOMEBRIDGE_CONFIG_UI=1 HOMEBRIDGE_CONFIG_UI_PORT=8581
ENV CONFIG_UI_VERSION=4.39.0 HOMEBRIDGE_CONFIG_UI=1 HOMEBRIDGE_CONFIG_UI_PORT=8581
RUN npm install -g --unsafe-perm homebridge-config-ui-x@${CONFIG_UI_VERSION}

WORKDIR /homebridge
Expand Down
4 changes: 4 additions & 0 deletions root/usr/bin/container-credits-banner
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ printf "
${UWHITE}https://github.com/oznu/docker-homebridge${NC}
Or donate to the project:
${UWHITE}https://github.com/sponsors/oznu${NC}
${UWHITE}https://paypal.me/oznu${NC}
"

0 comments on commit e4892ab

Please sign in to comment.