Serveur de notifications push auto-hébergé, simple et léger. Envoie des notifications depuis scripts, apps ou services vers des clients Android ou web via une API REST.
caleope install gotify --domain gotify.monserveur.fr
Le mot de passe admin est généré automatiquement et sauvegardé dans app-config/gotify/secrets.env.
| Paramètre | Description | Défaut |
|---|---|---|
GOTIFY_PORT_WEB |
Port web | 8090 |
GOTIFY_DEFAULTUSER_PASS |
Mot de passe admin | généré automatiquement |
https://gotify.monserveur.fr/
adminapp-config/gotify/secrets.envcat /opt/gaiver-it/caleope/app-config/gotify/secrets.env
curl -X POST "https://gotify.monserveur.fr/message?token=<TOKEN_APP>" \
-F "title=Titre" \
-F "message=Mon message" \
-F "priority=5"
Gotify est utilisé par Caleope pour les notifications système. Un token client est généré automatiquement à l'installation.
caleope logs gotify # Logs
caleope restart gotify # Redémarrer
caleope backup gotify # Sauvegarder
app-data/gotify/
└── data/ ← applications, messages, tokens