Commit graph

18 commits

Author SHA1 Message Date
Koen van Zuijlen
4a3641a6e6
Merge pull request #3 from Ankermgmt/chrivers/run-script-improvements
Chrivers/run script improvements
2023-05-25 21:11:55 +02:00
Koen van Zuijlen
d71fd3b0b8
Merge pull request #2 from Ankermgmt/chrivers/docker-avoid-chmod
Avoid `--chmod=755` in Dockerfile.
2023-05-25 21:09:16 +02:00
Christian Iversen
7547fcbadf Allow run.sh to pass extra arguments to ankerctl.py, and exec into it, to avoid a /bin/sh instance. 2023-05-25 21:02:32 +02:00
Christian Iversen
2383325115 Fix shell path. POSIX specifies it to be /bin/sh. 2023-05-25 21:02:32 +02:00
Christian Iversen
426c8d1d1d Avoid --chmod=755 in Dockerfile.
It seems `--chmod` is only support with a docker add-on. This causes home assistant to give this error:

```
Failed to install add-on

the --chmod option requires BuildKit. Refer to https://docs.docker.com/go/buildkit/
to learn how to build images with BuildKit enabled
```

Since we are calling `sh` as the `ENTRYPOINT`, it doesn't need to be +x anyway.
2023-05-25 20:56:26 +02:00
Christian Iversen
7c2d321ae1
Merge pull request #1 from kvanzuijlen/master
Added READMEs
2023-05-25 18:32:30 +02:00
kvanzuijlen
2afe02422f Added note that the addon is still WIP 2023-05-25 05:15:42 +00:00
kvanzuijlen
12b2555798 PR comments 2023-05-24 22:55:36 +00:00
kvanzuijlen
c627896623 Moved add repository badge 2023-05-24 22:32:36 +00:00
kvanzuijlen
1add0369b6 correct shebang 2023-05-24 22:20:37 +00:00
kvanzuijlen
41dfa42997 Changed default value for flask_host 2023-05-24 22:19:42 +00:00
kvanzuijlen
56eef1bd6f Made flask_host configurable 2023-05-24 22:19:10 +00:00
kvanzuijlen
152170b53a PR comments 2023-05-24 20:11:50 +00:00
kvanzuijlen
17fa302bf9 Added READMEs 2023-05-24 19:46:48 +00:00
kvanzuijlen
c941e07e08 Enabled persistence 2023-05-24 19:12:20 +00:00
kvanzuijlen
f6e5075049 Converted to hassio repository 2023-05-23 17:43:30 +00:00
kvanzuijlen
4a41424bc9 Added ankerctl HA addon 2023-05-23 17:38:19 +00:00
kvanzuijlen
7ad9cfed24 WIP: initial commit 2023-05-23 13:06:09 +00:00