Skip to content

Commit cfbdb13

Browse files
committed
Enhance README.md with detailed sections on installation, add-ons, support, and licensing
1 parent a82b7c0 commit cfbdb13

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
11
# Staerk Home Assistant Add-ons
22

3+
[![License][license-shield]][license]
4+
5+
## About
6+
7+
Home Assistant add-ons repository by Jeppe Stærk. These add-ons extend the functionality of your Home Assistant installation.
8+
9+
## Installation
10+
11+
Click the button below to add this repository to your Home Assistant instance:
12+
313
[![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fstaerk-ha-addons%2Frepository)
14+
15+
Or use the following URL to add this repository:
16+
17+
```txt
18+
https://github.com/staerk-ha-addons/repository
19+
```
20+
21+
## Add-ons
22+
23+
### [Technitium DNS Server](./technitium-dns)
24+
25+
![Latest Version][technitium-version-shield]
26+
![Supports aarch64 Architecture][aarch64-shield]
27+
![Supports amd64 Architecture][amd64-shield]
28+
29+
A powerful and flexible DNS server for Home Assistant with advanced features like DNS-over-HTTPS, DNS-over-TLS, and DNS blocking.
30+
31+
## Support
32+
33+
Got questions?
34+
35+
- Create an issue on GitHub for bug reports, feature requests, or questions
36+
- Add a ⭐️ [star on GitHub](https://github.com/staerk-ha-addons/repository) to support the project
37+
38+
## License
39+
40+
MIT License - Copyright (c) 2025 Jeppe Stærk
41+
42+
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
43+
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
44+
[license]: https://github.com/staerk-ha-addons/repository/blob/main/LICENSE
45+
[license-shield]: https://img.shields.io/github/license/staerk-ha-addons/repository.svg
46+
[technitium-version-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg

0 commit comments

Comments
 (0)