Home.md
Home
Self-hosted push notification service for Home Assistant, based on ntfy v2.25.0.
#Pages
| Page | Description |
|---|---|
| Installation | How to add the repository and install the add-on |
| Configuration | All configuration options explained |
| First-Start | Setting up your admin account and first notification |
| Admin-Panel | Using the web-based user management interface |
| Home-Assistant-Integration | rest_command, automation examples, official integration |
| Reverse-Proxy | Nginx / Traefik / Caddy configuration |
| iOS-Push-Notifications | Native iOS push via ntfy.sh upstream |
| Troubleshooting | Common issues and fixes |
| Known-Limitations | What the add-on cannot do and why |
| Backup-and-Restore | What gets backed up and how to restore |
| ntfy-Topics | Default topics and how to edit |
#Quick Start
# Minimum config to get started
admin_username: admin
admin_password: your-secure-password
Then open ntfy at: http://homeassistant.local:4280
โ ๏ธ Do not use the HA sidebar link โ it shows a white screen due to an Ingress incompatibility. Always use the direct URL above.
#Ports
| Port | Service |
|---|---|
| 4280 | ntfy server (web UI + API) |