|
| 1 | +# Staerk Home Assistant Add-ons |
| 2 | + |
| 3 | +[![License][license-shield]][license] |
| 4 | + |
| 5 | + |
| 6 | +## About |
| 7 | + |
| 8 | +Home Assistant add-ons repository by Jeppe Stærk. These add-ons extend the functionality of your Home Assistant installation. |
| 9 | + |
| 10 | +## Installation |
| 11 | + |
| 12 | +Click the button below to add this repository to your Home Assistant instance: |
| 13 | + |
| 14 | +[](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https://github.com/staerk-ha-addons/repository) |
| 15 | + |
| 16 | +Or use the following URL to add this repository: |
| 17 | + |
| 18 | +```txt |
| 19 | +https://github.com/staerk-ha-addons/repository |
| 20 | +``` |
| 21 | + |
| 22 | +## Add-ons |
| 23 | + |
| 24 | +### ✓ [Technitium DNS Server][addon-technitium-dns] |
| 25 | + |
| 26 | +![Latest Version][technitium-dns-version-shield] |
| 27 | +![Supports armhf Architecture][technitium-dns-armhf-shield] |
| 28 | +![Supports armv7 Architecture][technitium-dns-armv7-shield] |
| 29 | +![Supports aarch64 Architecture][technitium-dns-aarch64-shield] |
| 30 | +![Supports amd64 Architecture][technitium-dns-amd64-shield] |
| 31 | +![Supports i386 Architecture][technitium-dns-i386-shield] |
| 32 | + |
| 33 | +Self-hosted DNS server with Home Assistant add-on integration. |
| 34 | + |
| 35 | +[:books: Technitium DNS Server add-on documentation][addon-doc-technitium-dns] |
| 36 | + |
| 37 | + |
| 38 | +## Support |
| 39 | + |
| 40 | +Got questions? |
| 41 | + |
| 42 | +- Create an issue on GitHub for bug reports, feature requests, or questions |
| 43 | +- Add a ⭐️ [star on GitHub](https://github.com/staerk-ha-addons/repository) to support the project |
| 44 | + |
| 45 | +## Acknowledgments |
| 46 | + |
| 47 | +Special thanks to [Franck Nijhof][frenck] and the [Home Assistant Community Add-ons][ha-addons] project for their invaluable work. This add-on heavily relies on their foundation: |
| 48 | + |
| 49 | +- Base container images |
| 50 | +- CI, workflows and best practices |
| 51 | +- Readme and docs templates |
| 52 | + |
| 53 | +Their open-source contributions make add-ons like this possible. |
| 54 | + |
| 55 | +## License |
| 56 | + |
| 57 | +MIT License - Copyright (c) 2025 Jeppe Stærk |
| 58 | + |
| 59 | +[addon-technitium-dns]: https://github.com/staerk-ha-addons/addon-technitium-dns/tree/v0.1.0 |
| 60 | +[addon-doc-technitium-dns]: https://github.com/staerk-ha-addons/addon-technitium-dns/blob/v0.1.0/README.md |
| 61 | +[technitium-dns-issue]: https://github.com/staerk-ha-addons/addon-technitium-dns/issues |
| 62 | +[technitium-dns-version-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg |
| 63 | +[technitium-dns-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg |
| 64 | +[technitium-dns-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg |
| 65 | +[technitium-dns-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg |
| 66 | +[technitium-dns-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg |
| 67 | +[technitium-dns-i386-shield]: https://img.shields.io/badge/i386-no-red.svg |
| 68 | +[frenck]: https://github.com/frenck |
| 69 | +[ha-addons]: https://addons.community/ |
| 70 | +[license]: https://github.com/staerk-ha-addons/repository/blob/main/LICENSE |
| 71 | +[license-shield]: https://img.shields.io/github/license/staerk-ha-addons/repository.svg |
0 commit comments