Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Update ICantBelieveItsNotValetudo to 2023.08.0 #2

Merged
merged 3 commits into from
Oct 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions icantbelieveitsnotvaletudo/.README.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ICantBelieveItsNotValetudo Addon

This is the adaption of [ICantBelieveItsNotValetudo](https://github.com/Hypfer/ICantBelieveItsNotValetudo) as a Supervisor addon.
As of now ICantBelieveItsNotValetudo is archived, but this addon will try to maintain running the latest version as long as possible.

[![Release][release-badge]][release]
![Addon Stage][stage-badge]
Expand Down
2 changes: 1 addition & 1 deletion icantbelieveitsnotvaletudo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update && apt-get -y --no-install-recommends install \
# Splited RUN for better layer caching
# hadolint ignore=DL3059
RUN git config --global advice.detachedHead false && \
git clone https://github.com/Hypfer/ICantBelieveItsNotValetudo.git -b 2022.05.0 /app
git clone https://github.com/Hypfer/ICantBelieveItsNotValetudo.git -b 2023.08.0 /app

WORKDIR /app
RUN npm install
Expand Down
1 change: 0 additions & 1 deletion icantbelieveitsnotvaletudo/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ arch:
- aarch64
- amd64
- i386
image: ghcr.io/poeschl-homeassistant-addons/icantbelieveitsnotvaletudo-{arch}
ports:
8080/tcp:
ports_description:
Expand Down