Skip to content

Commit

Permalink
final 0.3.0 release of working home assistant web proxy addon.
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Nov 16, 2024
1 parent 44e44ec commit 11776dd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 15 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@ jobs:
with:
images: ${{ steps.info.outputs.image }}
labels: |
org.opencontainers.image.description=A web proxy to your homematicIP CCU
org.opencontainers.image.title=RaspberryMatic HA Proxy-Addon
org.opencontainers.image.description=Proxy to externally running RaspberryMatic CCU
org.opencontainers.image.vendor=RasperryMatic OpenSource Project
org.opencontainers.image.authors=RaspberryMatic OpenSource Team
org.opencontainers.image.version=${{ steps.info.outputs.version }}
org.opencontainers.image.url=https://raspberrymatic.de
annotations: |
org.opencontainers.image.description=A web proxy to your homematicIP CCU
org.opencontainers.image.title=RaspberryMatic HA Proxy-Addon
org.opencontainers.image.description=Proxy to externally running RaspberryMatic CCU
org.opencontainers.image.vendor=RasperryMatic OpenSource Project
org.opencontainers.image.authors=RaspberryMatic OpenSource Team
org.opencontainers.image.version=${{ steps.info.outputs.version }}
Expand Down Expand Up @@ -79,7 +81,7 @@ jobs:
push: true
labels: |
org.opencontainers.image.title=RaspberryMatic HA Proxy-Addon
org.opencontainers.image.description=A web proxy to your homematicIP CCU
org.opencontainers.image.description=Proxy to externally running RaspberryMatic CCU
org.opencontainers.image.vendor=RasperryMatic OpenSource Project
org.opencontainers.image.authors=RaspberryMatic OpenSource Team
org.opencontainers.image.licenses=Apache-2.0
Expand All @@ -89,7 +91,7 @@ jobs:
org.opencontainers.image.revision=${{ github.sha }}
org.opencontainers.image.version=${{ steps.info.outputs.version }}
io.hass.name=RaspberryMatic CCU (Proxy)
io.hass.description=A web proxy to your homematicIP CCU
io.hass.description=Proxy to externally running RaspberryMatic CCU
io.hass.url=https://github.com/${{ github.repository }}/tree/master/home-assistant-addon-proxy
io.hass.version=${{ steps.info.outputs.version }}
io.hass.type=addon
Expand Down
4 changes: 2 additions & 2 deletions home-assistant-addon-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG package_version
# Labels
LABEL \
org.opencontainers.image.title="RaspberryMatic HA Proxy-Addon" \
org.opencontainers.image.description="A web proxy to your homematicIP CCU" \
org.opencontainers.image.description="Proxy to externally running RaspberryMatic CCU" \
org.opencontainers.image.vendor="RasperryMatic OpenSource Project" \
org.opencontainers.image.authors="RaspberryMatic OpenSource Team" \
org.opencontainers.image.licenses="Apache-2.0" \
Expand All @@ -23,7 +23,7 @@ LABEL \
org.opencontainers.image.documentation="https://github.com/jens-maus/RaspberryMatic/wiki" \
org.opencontainers.image.version=${package_version} \
io.hass.name="RaspberryMatic CCU (Proxy)" \
io.hass.description="A web proxy to your homematicIP CCU" \
io.hass.description="Proxy to externally running RaspberryMatic CCU" \
io.hass.url=https://github.com/jens-maus/RaspberryMatic/tree/master/home-assistant-addon-proxy \
io.hass.arch="armv7|aarch64|amd64" \
io.hass.type="addon" \
Expand Down
7 changes: 0 additions & 7 deletions home-assistant-addon-proxy/build.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions home-assistant-addon-proxy/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: RaspberryMatic CCU (Proxy)
version: 0.2.13
stage: experimental
version: 0.3.0
slug: raspberrymatic_proxy
image: ghcr.io/jens-maus/raspberrymatic-proxy
arch:
Expand Down
Binary file modified home-assistant-addon-proxy/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 11776dd

Please sign in to comment.