Serveur de notifications push self-hosted via HTTP/WebSocket. Envoie des notifications depuis n'importe quel script ou service vers des apps mobiles ou le web, sans compte requis.
caleope install ntfy --domain ntfy.monserveur.fr
| Paramètre | Description | Défaut |
|---|---|---|
NTFY_PORT_WEB |
Port web | 8070 |
https://ntfy.monserveur.fr/
# Simple
curl -d "Sauvegarde terminée" https://ntfy.monserveur.fr/mon-topic
# Avec titre et priorité
curl -H "Title: Backup" \
-H "Priority: high" \
-d "La sauvegarde est terminée" \
https://ntfy.monserveur.fr/mon-topic
Dans l'app, configurer le serveur : https://ntfy.monserveur.fr
caleope logs ntfy # Logs
caleope restart ntfy # Redémarrer
caleope backup ntfy # Sauvegarder
app-data/ntfy/
└── data/ ← configuration et cache