mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-04 19:01:21 +00:00
⬆️ updates
This commit is contained in:
parent
4300ea1366
commit
62f6f2116d
2 changed files with 2 additions and 15 deletions
13
.github/settings.yml
vendored
13
.github/settings.yml
vendored
|
@ -150,19 +150,6 @@ labels:
|
|||
- name: "Hacktoberfest"
|
||||
description: "Issues/PRs are participating in the Hacktoberfest"
|
||||
color: fbca04
|
||||
- name: "API"
|
||||
description: "API related issue"
|
||||
color: 54d894
|
||||
- name: "Architecture"
|
||||
description: "Related to how the app works and/or is built"
|
||||
color: d1924f
|
||||
- name: "User Interface"
|
||||
description: "User interface based issues"
|
||||
color: 607d8b
|
||||
oldname: "user-interface"
|
||||
- name: "Code Climate"
|
||||
description: "Issues created by Code Climate"
|
||||
color: 42f477
|
||||
|
||||
branches:
|
||||
- name: master
|
||||
|
|
|
@ -24,7 +24,7 @@ WORKDIR /usr/src/app
|
|||
|
||||
# Download and unzip into nginx html directory
|
||||
RUN \
|
||||
wget https://github.com/timmo001/home-panel/releases/download/v0.6.3/home-panel-built.zip \
|
||||
wget https://github.com/timmo001/home-panel/releases/download/v0.6.4/home-panel-built.zip \
|
||||
&& unzip home-panel-built.zip \
|
||||
&& rm -Rf /usr/share/nginx/html/* \
|
||||
&& mv build/* /usr/share/nginx/html \
|
||||
|
@ -36,7 +36,7 @@ WORKDIR /usr/src/api
|
|||
# Clone and checkout API release
|
||||
RUN \
|
||||
git clone https://github.com/timmo001/home-panel-api.git ./ \
|
||||
&& git checkout v0.3.0
|
||||
&& git checkout v0.3.1
|
||||
|
||||
# Install dependencies
|
||||
RUN yarn install && yarn cache clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue