Home Assistant allows anyone to create add-on repositories to share their add-ons for Home Assistant easily. This repository is one of those repositories, providing extra Home Assistant add-ons for your installation.
The primary goal of this project is to provide you (as a Home Assistant user) with additional, high quality, add-ons that allow you to take your automated home to the next level.
Adding this add-ons repository to your Home Assistant instance is pretty straightforward. Follow the instructions provided on the Home Assistant website.
Use the following URL to add this repository:
https://github.com/henryhst/hassio-addonsThis repository contains the following add-ons:
Network boot manager for operating systems and utilities
A convenient place to boot into any type of operating system or utility disk without the need of retrieving the ISO. Includes web interface, TFTP server, and asset hosting.
Features:
- Web management interface with Ingress support
- TFTP server for network booting (port 69/UDP)
- HTTP asset hosting server (port 8080)
- Local asset mirroring for faster boot times
- Support for Legacy BIOS and UEFI boot modes
- Multi-architecture support
📚 Read the full add-on documentation
Manage battery backup (UPS) devices
Network UPS Tools (NUT) provides support for monitoring and managing Uninterruptible Power Supplies (UPS), Power Distribution Units (PDU), and related power devices.
Features:
- Monitor local and remote UPS devices
- SSL/TLS support with certificate verification
- Forced SSL connections for enhanced security
- Home Assistant event integration
- Support for 140+ manufacturers and thousands of models
- UART, USB, and UDEV support
📚 Read the full add-on documentation
External quorum device for Proxmox VE clusters
Corosync QNetd (Quorum Network Daemon) provides an external vote for cluster quorum calculations. Essential for 2-node Proxmox VE clusters and preventing split-brain scenarios.
Features:
- External quorum vote for Proxmox VE clusters
- Prevents split-brain in 2-node clusters
- Support for even-numbered clusters (2, 4, 6+ nodes)
- TLS certificate management
- Configurable port and logging
- High availability support
📚 Read the full add-on documentation
Got questions?
You have several options to get them answered:
In case you've found a bug, please open an issue on GitHub.
This repository uses GitHub Actions for continuous integration and deployment:
- 🏗️ Automated Builds: Docker images are automatically built for all architectures
- 🔏 Image Signing: All images are signed with Cosign for security
- 🔒 Security Scanning: Daily vulnerability scans with Trivy
- ✅ Quality Checks: Automated linting (YAML, Shell, Dockerfile)
- 📦 Multi-Arch Support: Images for aarch64, amd64, and armv7
| Workflow | Description | Trigger |
|---|---|---|
| Security Scan | Trivy vulnerability scanning | Push, PR, Daily, Manual |
| Build netboot.xyz | Builds netboot.xyz addon | Push, PR, Release |
| Build NUT | Builds NUT addon | Push, PR, Release |
| Build Corosync QNetd | Builds corosyncd addon | Push, PR, Release |
| Lint | Code quality checks | Push, PR |
| Release | Version management | Release, Manual |
All Docker images are automatically scanned for vulnerabilities:
- Daily Scans: Automated security checks at 02:00 UTC
- PR Scans: Security validation on pull requests
- SARIF Reports: Results in GitHub Security tab
- Trivy Scanner: Industry-standard vulnerability detection
- Automated Patching: Security fixes applied during build
Report vulnerabilities: See our Security Policy
See .github/workflows/README.md for details.
This is an active open-source project. We are always open to people who want to use the code or contribute to it.
Thank you for being involved! ❤️
MIT License
Copyright (c) 2025 henryhst
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.