mirror of
https://github.com/sudoxnym/exiles-ankerctl-hassio-addons.git
synced 2026-04-14 19:46:26 +00:00
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. |
||
|---|---|---|
| .. | ||
| data | ||
| translations | ||
| build.yaml | ||
| config.yaml | ||
| Dockerfile | ||
| icon.png | ||
| logo.png | ||
| README.md | ||
NOTE The ankerctl addon should be considered a work in progress!
Home assistant add-on: ankerctl
About
ankerctl provides a web UI for monitoring your AnkerMake 3D printer. This addon is based on the docker image provided in https://github.com/Ankermgmt/ankermake-m5-protocol
Installation
The installation of this add-on is pretty straightforward and not different in comparison to installing any other add-on.
-
Add this add-ons repository to your Home Assistant instance
-
Install this add-on.
-
Start the add-on.
-
Check the logs of the add-on to see if everything went well.
-
Open the web UI and upload your login.json (see the web UI or ankerctl for more information.)
Configuration
Web UI can be found at http://your-ip:PORT (default port is 4470).
Support
Create an issue on GitHub