mirror of
https://github.com/sudoxnym/exiles-ankerctl-hassio-addons.git
synced 2026-04-14 11:36:23 +00:00
PR comments
This commit is contained in:
parent
17fa302bf9
commit
152170b53a
2 changed files with 4 additions and 10 deletions
|
|
@ -6,7 +6,6 @@
|
||||||
If you want to do add the repository manually, please follow the procedure highlighted in the [Home Assistant website](https://home-assistant.io/hassio/installing_third_party_addons). Use the following URL to add this repository: https://github.com/ankermgmt/ankermgmt-hassio-addons
|
If you want to do add the repository manually, please follow the procedure highlighted in the [Home Assistant website](https://home-assistant.io/hassio/installing_third_party_addons). Use the following URL to add this repository: https://github.com/ankermgmt/ankermgmt-hassio-addons
|
||||||
|
|
||||||
## Add-on provided by this repository
|
## Add-on provided by this repository
|
||||||
|
|
||||||
✓ [ankerctl](ankerctl/) : Monitor your AnkerMake printer
|
✓ [ankerctl](ankerctl/) : Monitor your AnkerMake printer
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
@ -15,7 +14,6 @@ If you want to do add the repository manually, please follow the procedure highl
|
||||||
![armv7][armv7-badge]
|
![armv7][armv7-badge]
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
Got questions?
|
Got questions?
|
||||||
|
|
||||||
You have several options to get them answered:
|
You have several options to get them answered:
|
||||||
|
|
@ -29,6 +27,6 @@ You have several options to get them answered:
|
||||||
[aarch64no-badge]: https://img.shields.io/badge/aarch64--orange.svg?logo=arm
|
[aarch64no-badge]: https://img.shields.io/badge/aarch64--orange.svg?logo=arm
|
||||||
[amd64no-badge]: https://img.shields.io/badge/amd64--orange.svg?logo=amd
|
[amd64no-badge]: https://img.shields.io/badge/amd64--orange.svg?logo=amd
|
||||||
[armv7no-badge]: https://img.shields.io/badge/armv7--orange.svg?logo=arm
|
[armv7no-badge]: https://img.shields.io/badge/armv7--orange.svg?logo=arm
|
||||||
[forum]: https://community.home-assistant.io/t/my-custom-repo
|
[forum]: https://community.home-assistant.io/
|
||||||
[repository-badge]: https://img.shields.io/badge/Add%20repository%20to%20my-Home%20Assistant-41BDF5?logo=home-assistant&style=for-the-badge
|
[repository-badge]: https://img.shields.io/badge/Add%20repository%20to%20my-Home%20Assistant-41BDF5?logo=home-assistant&style=for-the-badge
|
||||||
[repository-url]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fankermgmt%2Fankermgmt-hassio-addons
|
[repository-url]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fankermgmt%2Fankermgmt-hassio-addons
|
||||||
|
|
@ -2,12 +2,10 @@
|
||||||

|

|
||||||
|
|
||||||
## About
|
## About
|
||||||
---
|
|
||||||
[ankerctl](https://github.com/Ankermgmt/ankermake-m5-protocol) provides a web UI for monitoring your AnkerMake 3D printer.
|
[ankerctl](https://github.com/Ankermgmt/ankermake-m5-protocol) 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
|
This addon is based on the docker image provided in https://github.com/Ankermgmt/ankermake-m5-protocol
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
---
|
|
||||||
The installation of this add-on is pretty straightforward and not different in comparison to installing any other add-on.
|
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
|
1. Add this add-ons repository to your Home Assistant instance
|
||||||
|
|
@ -15,12 +13,10 @@ The installation of this add-on is pretty straightforward and not different in c
|
||||||
2. Install this add-on.
|
2. Install this add-on.
|
||||||
3. Start the add-on.
|
3. Start the add-on.
|
||||||
4. Check the logs of the add-on to see if everything went well.
|
4. Check the logs of the add-on to see if everything went well.
|
||||||
5. Open the webUI and upload your login.json (see the webUI or [ankerctl](https://github.com/Ankermgmt/ankermake-m5-protocol) for more information.)
|
5. Open the web UI and upload your login.json (see the web UI or [ankerctl](https://github.com/Ankermgmt/ankermake-m5-protocol) for more information.)
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
---
|
Web UI can be found at <http://your-ip:PORT> (default port is 4470).
|
||||||
WebUI can be found at <http://your-ip:PORT> (default port is 4470).
|
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
---
|
Create an issue on GitHub
|
||||||
Create an issue on github
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue