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).

La URL pública de tu instancia de Ghost.

Se usa para crear/editar posts y tags. Créala en Settings > Integrations > Add custom integration.

Se usa para leer posts públicos. Créala en Settings > Integrations > Add custom integration.

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_AQUI

Eventos a suscribir en Ghost:

  • Post published (post.published)
  • Post updated (post.edited)
  • Post deleted (post.deleted)
  • Tag created (tag.added)
  • Tag deleted (tag.deleted)