Ajustes
Ghost API
Configura las credenciales para conectar el dashboard con tu instancia de Ghost. Estas credenciales se usan para crear posts, tags y sincronizar el contenido. (Si dejas campos vacíos, se usarán las variables de entorno si existen).
Webhooks
Configura estos webhooks en Ghost para mantener el dashboard sincronizado automáticamente.
Target URL para todos los eventos:
SU_DOMINIO/api/webhooks/ghost?secret=TU_SECRET_AQUIEventos a suscribir en Ghost:
- Post published (post.published)
- Post updated (post.edited)
- Post deleted (post.deleted)
- Tag created (tag.added)
- Tag deleted (tag.deleted)