Skip to content

Commit

Permalink
upd addon's build, fix link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tubleronchik committed May 21, 2024
1 parent 11dd55c commit 4271df5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Run [Libp2p <-> ws proxy](https://github.com/PinoutLTD/libp2p-ws-proxy) on your Home Assistant device.

[![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Ftubleronchik%2Faddon-libp2p-ws-proxy)
[![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2FPinoutLTD%2Faddon-libp2p-ws-proxy)

## Installation

Expand Down
1 change: 0 additions & 1 deletion libp2p-ws-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ WORKDIR /proxy
RUN git clone https://github.com/PinoutLTD/libp2p-ws-proxy
COPY run.sh libp2p-ws-proxy
WORKDIR /proxy/libp2p-ws-proxy
RUN git checkout hass-addon
RUN npm ci --only=production

# Copy data for add-on
Expand Down
2 changes: 1 addition & 1 deletion libp2p-ws-proxy/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Libp2p <-> WS Proxy"
description: "Add-on to run Libp2p-ws proxy"
version: "0.0.1"
version: "1.0.0"
slug: "libp2p-proxy"
init: false
arch:
Expand Down
1 change: 0 additions & 1 deletion libp2p-ws-proxy/run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/with-contenv bashio

bashio::log.info "Starting the libp2p proxy"
git pull
node src/index.js

0 comments on commit 4271df5

Please sign in to comment.