diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..9329649 Binary files /dev/null and b/.DS_Store differ diff --git a/actions/.DS_Store b/actions/.DS_Store new file mode 100644 index 0000000..7c976d1 Binary files /dev/null and b/actions/.DS_Store differ diff --git a/actions/cron-action/manifest.json b/actions/cron-action/manifest.json new file mode 100644 index 0000000..100b8f0 --- /dev/null +++ b/actions/cron-action/manifest.json @@ -0,0 +1,10 @@ +{ + "name": "cron", + "identifier": "cron-action", + "description": "Scheduled Flow using Cron-Jobs.", + "deployment": { + "docker": { + "image": "ghcr.io/code0-tech/centaurus/ci-builds/cron-action" + } + } +} diff --git a/actions/gls-action/manifest.json b/actions/gls-action/manifest.json new file mode 100644 index 0000000..d842d1c --- /dev/null +++ b/actions/gls-action/manifest.json @@ -0,0 +1,13 @@ +{ + "name": "gls", + "identifier": "gls-action", + "description": "GLS shipping integration: create, validate, cancel, reprint, and report shipments via the GLS ShipIt API.", + "deployment": { + "docker": { + "image": "ghcr.io/code0-tech/centaurus/ci-builds/gls-action" + } + }, + "dependencies": [ + "rest-action" + ] +} diff --git a/actions/mcp-action/manifest.json b/actions/mcp-action/manifest.json new file mode 100644 index 0000000..0b5a0a5 --- /dev/null +++ b/actions/mcp-action/manifest.json @@ -0,0 +1,10 @@ +{ + "name": "mcp", + "identifier": "mcp-action", + "description": "Exposes every flow connected to this action as an MCP tool.", + "deployment": { + "docker": { + "image": "ghcr.io/code0-tech/centaurus/ci-builds/mcp-action" + } + } +} diff --git a/actions/rest-action/manifest.json b/actions/rest-action/manifest.json new file mode 100644 index 0000000..92b05e1 --- /dev/null +++ b/actions/rest-action/manifest.json @@ -0,0 +1,10 @@ +{ + "name": "rest", + "identifier": "rest-action", + "description": "Webhook triggered by an incoming HTTP request.", + "deployment": { + "docker": { + "image": "ghcr.io/code0-tech/centaurus/ci-builds/rest-action" + } + } +} diff --git a/actions/shopify-action/manifest.json b/actions/shopify-action/manifest.json new file mode 100644 index 0000000..55a821c --- /dev/null +++ b/actions/shopify-action/manifest.json @@ -0,0 +1,13 @@ +{ + "name": "shopify", + "identifier": "shopify-action", + "description": "", + "deployment": { + "docker": { + "image": "ghcr.io/code0-tech/centaurus/ci-builds/shopify-action" + } + }, + "dependencies": [ + "rest-action" + ] +} diff --git a/actions/shopware-action/manifest.json b/actions/shopware-action/manifest.json new file mode 100644 index 0000000..e556daa --- /dev/null +++ b/actions/shopware-action/manifest.json @@ -0,0 +1,13 @@ +{ + "name": "shopware", + "identifier": "shopware-action", + "description": "", + "deployment": { + "docker": { + "image": "ghcr.io/code0-tech/centaurus/ci-builds/shopware-action" + } + }, + "dependencies": [ + "rest-action" + ] +} diff --git a/actions/stripe-action/manifest.json b/actions/stripe-action/manifest.json new file mode 100644 index 0000000..4a95236 --- /dev/null +++ b/actions/stripe-action/manifest.json @@ -0,0 +1,13 @@ +{ + "name": "stripe", + "identifier": "stripe-action", + "description": "Stripe payments integration: manage customers, payment intents and refunds, and react to Stripe webhook events.", + "deployment": { + "docker": { + "image": "ghcr.io/code0-tech/centaurus/ci-builds/stripe-action" + } + }, + "dependencies": [ + "rest-action" + ] +} diff --git a/actions/twilio-action/manifest.json b/actions/twilio-action/manifest.json new file mode 100644 index 0000000..a28ae66 --- /dev/null +++ b/actions/twilio-action/manifest.json @@ -0,0 +1,11 @@ +{ + "name": "twilio", + "identifier": "twilio-action", + "description": "Twilio integration: send SMS, MMS, and channel messages (e.g. WhatsApp) via the Twilio Messages API.", + "deployment": { + "docker": { + "image": "ghcr.io/code0-tech/centaurus/ci-builds/twilio-action" + } + }, + "dependencies": [] +} diff --git a/actions/woocommerce-action/manifest.json b/actions/woocommerce-action/manifest.json new file mode 100644 index 0000000..9f5c693 --- /dev/null +++ b/actions/woocommerce-action/manifest.json @@ -0,0 +1,13 @@ +{ + "name": "woocommerce", + "identifier": "woocommerce-action", + "description": "", + "deployment": { + "docker": { + "image": "ghcr.io/code0-tech/centaurus/ci-builds/woocommerce-action" + } + }, + "dependencies": [ + "rest-action" + ] +}