✨ We just launched fimo.ai - an AI Website Builder to create websites in minutes - Try it now

Strapi plugin logo for Coolify build trigger

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-coolify

Configuration

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_uuid

Development

# Change version in package.json to "dev" or any other tag you want to use for local development
# context is current plugin directory
pnpx nodemon --watch dist --exec "pnpm run build && npx yalc push"

# In another terminal, in a Strapi project directory
npx yalc add --link @piksail/strapi-plugin-publish-coolify@dev && pnpm install

Install now

npm install @piksail/strapi-plugin-publish-coolify

STATS

No GitHub star yet51 weekly downloads

Last updated

32 days ago

Strapi Version

5.31.3 and above

Author

github profile image for Piksail
Piksail

Useful links

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.