Update README.md
This commit is contained in:
44
README.md
44
README.md
@@ -1,2 +1,44 @@
|
||||
# ha-addons
|
||||
# ZTSW HA Add-Ons
|
||||
|
||||
Add-on documentation: <https://developers.home-assistant.io/docs/add-ons>
|
||||
|
||||
[](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgit.ztsw.de%2Fpedan%2Fha-addons)
|
||||
|
||||
## Add-ons
|
||||
|
||||
This repository contains the following add-ons
|
||||
|
||||
### [HA-Socks5-Proxy](./ha-socks5-proxy)
|
||||
|
||||
![Supports aarch64 Architecture][aarch64-shield]
|
||||
![Supports amd64 Architecture][amd64-shield]
|
||||
![Supports armhf Architecture][armhf-shield]
|
||||
![Supports armv7 Architecture][armv7-shield]
|
||||
![Supports i386 Architecture][i386-shield]
|
||||
|
||||
_Example add-on to use as a blueprint for new add-ons._
|
||||
|
||||
<!--
|
||||
|
||||
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
|
||||
- You may also need to adjust the github Actions configuration (Settings > Actions > General > Workflow > Read & Write)
|
||||
- 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!
|
||||
-->
|
||||
|
||||
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
|
||||
Reference in New Issue
Block a user