https://github.com/fenio/ha-addons
Collection of Home Assistant add-ons
https://github.com/fenio/ha-addons
add-on dlna-proxy dns-over-https dnssec home-assistant omada-controller omni unbound
Last synced: 4 months ago
JSON representation
Collection of Home Assistant add-ons
- Host: GitHub
- URL: https://github.com/fenio/ha-addons
- Owner: fenio
- License: mit
- Created: 2025-12-29T20:16:54.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-22T19:46:39.000Z (4 months ago)
- Last Synced: 2026-01-23T12:32:46.688Z (4 months ago)
- Topics: add-on, dlna-proxy, dns-over-https, dnssec, home-assistant, omada-controller, omni, unbound
- Language: Shell
- Homepage:
- Size: 189 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Add-ons for Home Assistant
[](LICENSE)
Home Assistant add-ons repository.
## Add-ons
### [Omada Controller (No AVX)](./omada-controller-no-avx)

TP-Link Omada Controller for CPUs without AVX support. The standard Omada Controller v6.x uses MongoDB which requires AVX CPU instructions, making it incompatible with older/low-power CPUs (Intel Atom, Celeron, older AMD, etc.). This add-on uses a custom-built MongoDB 7.0 without AVX requirements.
### [Unbound DNS](./unbound)

A recursive DNS resolver using Unbound with support for:
- Local DNS records
- DNSSEC validation
- Caching with configurable TTL
- Forwarding or full recursive mode
### [DLNA Proxy](./dlna-proxy)

Makes a remote DLNA server (e.g., MiniDLNA) discoverable on your local network by broadcasting SSDP alive messages on its behalf. Includes an optional HTTP-aware TCP proxy that rewrites URLs on the fly, enabling access to servers behind VPNs or on different network segments.
### [Omni](./omni)

Siderolabs Omni - Kubernetes cluster management platform for Talos Linux. Provides a unified interface for managing Talos-based Kubernetes clusters with secure WireGuard connectivity.
## Installation
1. Click the button below to add this repository:
[](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https://github.com/fenio/ha-addons)
2. Or manually add the repository URL in Home Assistant:
- Go to **Settings** > **Add-ons** > **Add-on Store**
- Click **⋮** (three dots) > **Repositories**
- Add: `https://github.com/fenio/ha-addons`
- Click **Add** and **Close**
3. Refresh the add-on store and find add-on to install
## License
MIT License