New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

coolify-tools

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coolify-tools

CLI tool for Coolify deployments

latest
Source
npmnpm
Version
200.13.42
Version published
Weekly downloads
5
-37.5%
Maintainers
1
Weekly downloads
 
Created
Source

Coolify Tools v42.13.38

Latest deployment log fetcher for Coolify instances.

Quick Start

npm run get-deploy <resource-domain>

Method 2: Manual

source ~/420creds
npm run latest-deploy <resource-domain>

Examples

# Fetch latest deployment log for a specific resource
npm run get-deploy schwepe.247420.xyz

# Alternative with manual credential sourcing
source ~/420creds
npm run latest-deploy yourdomain.com

Output

The tool provides:

  • ✅ Connection status to Coolify instance
  • 🎯 Resource analysis results
  • 📊 Instance health and connectivity information
  • 🔐 Authentication status
  • 📜 Real deployment log data
  • ⏰ Timestamps and response times

Requirements

  • ~/420creds file with Coolify credentials:
    export COOLIFY_USERNAME=admin@247420.xyz
    export COOLIFY_PASSWORD=your_password
    
  • Network access to Coolify instance

Available Scripts

  • npm run latest-deploy <domain> - Fetch logs (requires manual credential sourcing)
  • npm run get-deploy <domain> - Fetch logs with automatic credential sourcing

Keywords

coolify

FAQs

Package last updated on 27 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts