Skip to content

Commit

Permalink
set right execute permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Nov 15, 2024
1 parent da4a906 commit f6d437f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home-assistant-addon-proxy/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: RaspberryMatic CCU (Proxy)
version: 0.2.0
version: 0.2.1
stage: experimental
slug: raspberrymatic_proxy
image: ghcr.io/jens-maus/raspberrymatic-proxy
Expand All @@ -22,7 +22,7 @@ timeout: 30
options:
server: "http://homematic-raspi:80"
schema:
server: url
server: url?
map:
- config:ro
environment:
Expand Down
1 change: 1 addition & 0 deletions home-assistant-addon-proxy/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
tempio -conf /data/options.json -template /ha-proxy.js.gtpl -out /bin/ha-proxy.js
chmod a+rx /bin/ha-proxy.js
exec /bin/ha-proxy.js

0 comments on commit f6d437f

Please sign in to comment.