Directus module for triggering remote hooks
Go to file
cupcakearmy e2fea6b12b
code
2020-07-24 23:59:19 +02:00
src code 2020-07-24 23:59:19 +02:00
.env code 2020-07-24 23:59:19 +02:00
.gitignore code 2020-07-24 23:59:19 +02:00
docker-compose.yml code 2020-07-24 23:59:19 +02:00
package-lock.json code 2020-07-24 23:59:19 +02:00
package.json code 2020-07-24 23:59:19 +02:00
readme.md readme 2020-07-24 23:56:48 +02:00

readme.md

Directus Remote Trigger

Trigger remote urls in the Directus admin view.

Motivation

I needed a way to trigger my Vercel build as the native hooks support in the settings page would require a hook for each crud operation on each collection.

Getting Started 🚀

Screenshot

Local

# Start the dev script
npm run dev

# Start
docker-compose up -d

# If you have not initialized the DB yet.
docker-compose run --rm directus install --email hi@example.org --password h4x0r

# http://localhost