exiles-ankerctl-hassio-addons/ankerctl
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
..
data PR comments 2023-05-24 22:55:36 +00:00
translations Made flask_host configurable 2023-05-24 22:19:10 +00:00
build.yaml Converted to hassio repository 2023-05-23 17:43:30 +00:00
config.yaml Changed default value for flask_host 2023-05-24 22:19:42 +00:00
Dockerfile Avoid --chmod=755 in Dockerfile. 2023-05-25 20:56:26 +02:00
icon.png Converted to hassio repository 2023-05-23 17:43:30 +00:00
logo.png Converted to hassio repository 2023-05-23 17:43:30 +00:00
README.md Added note that the addon is still WIP 2023-05-25 05:15:42 +00:00

NOTE The ankerctl addon should be considered a work in progress!

Home assistant add-on: ankerctl

Arch

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.

  1. Add this add-ons repository to your Home Assistant instance

    Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.

  2. Install this add-on.

  3. Start the add-on.

  4. Check the logs of the add-on to see if everything went well.

  5. 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