diff --git a/README.md b/README.md index 94f5b69..4af8608 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/libp2p-ws-proxy/Dockerfile b/libp2p-ws-proxy/Dockerfile index fcc90a7..368c24c 100644 --- a/libp2p-ws-proxy/Dockerfile +++ b/libp2p-ws-proxy/Dockerfile @@ -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 diff --git a/libp2p-ws-proxy/config.yaml b/libp2p-ws-proxy/config.yaml index dcc10fe..49b8ab3 100644 --- a/libp2p-ws-proxy/config.yaml +++ b/libp2p-ws-proxy/config.yaml @@ -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: diff --git a/libp2p-ws-proxy/run.sh b/libp2p-ws-proxy/run.sh index 7fb6357..39e6038 100644 --- a/libp2p-ws-proxy/run.sh +++ b/libp2p-ws-proxy/run.sh @@ -1,5 +1,4 @@ #!/usr/bin/with-contenv bashio bashio::log.info "Starting the libp2p proxy" -git pull node src/index.js \ No newline at end of file