Coolify build trigger
A Strapi plugin that integrates with Coolify to trigger deployments of your static site generated (SSG) frontend applications directly from your Strapi admin panel.
Strapi Plugin Publish Coolify
A Strapi plugin that integrates with Coolify to trigger deployments of your static site generated (SSG) frontend applications directly from your Strapi admin panel.
Installation
pnpm add @piksail/strapi-plugin-publish-coolifyConfiguration
Environment Variables
Add the following environment variables to your .env file:
# Coolify API Configuration
COOLIFY_TOKEN=your_coolify_api_token
COOLIFY_API_URL=https://your-coolify-instance.com/api/v1
COOLIFY_APP_UUID=your_application_uuidInstall now
npm install @piksail/strapi-plugin-publish-coolify
Create your own plugin
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.