TL;DR — Resumen Rápido
Despliega Gotify para notificaciones push self-hosted con API REST simple.
Gotify — Notificaciones Push Self-Hosted
curl "https://gotify.tudominio.com/message?token=TOKEN" -F "title=Hola" -F "message=Mundo"
Despliega Gotify para notificaciones push self-hosted con API REST simple.
curl "https://gotify.tudominio.com/message?token=TOKEN" -F "title=Hola" -F "message=Mundo"
Servidor de notificaciones push self-hosted con API REST, app Android y plugins.