Files
hassio-repository/README.md
2022-08-13 20:29:19 +02:00

27 lines
1.4 KiB
Markdown

# My cusstom Home Assistant add-on repository
## Contains the following add-ons:
</br>
| Add-On Name | Notes |
| --- | --- |
| [Portainer](https://www.portainer.io/) | Fork of: [Home Assistant Community Add-on: Portainer](https://github.com/hassio-addons/addon-portainer) </br> The official add-on is discontinued so i maintain it here for my own usage. |
<!--
Notes to developers after forking or using the github template feature:
- While developing comment out the 'image' key from 'example/config.yaml' to make the supervisor build the addon
- Remember to put this back when pushing up your changes.
- When you merge to the 'main' branch of your repository a new build will be triggered.
- Make sure you adjust the 'version' key in 'example/config.yaml' when you do that.
- Make sure you update 'example/CHANGELOG.md' when you do that.
- The first time this runs you might need to adjust the image configuration on github container registry to make it public
- Adjust the 'image' key in 'example/config.yaml' so it points to your username instead of 'home-assistant'.
- This is where the build images will be published to.
- Rename the example directory.
- The 'slug' key in 'example/config.yaml' should match the directory name.
- Adjust all keys/url's that points to 'home-assistant' to now point to your user/fork.
- Share your repository on the forums https://community.home-assistant.io/c/projects/9
- Do awesome stuff!
-->