Coolify

Deploy LinkBreeze on Coolify with automatic SSL.

Running Coolify on your VPS? Deploy LinkBreeze in under a minute.

Deploy Steps

  1. In your Coolify dashboard, click + New ResourceDocker Compose Empty
  2. Paste this compose configuration:
services:
  linkbreeze:
    image: ghcr.io/manak-hash/linkbreeze:latest
    ports:
      - "3000:3000"
    volumes:
      - linkbreeze-data:/app/data
    restart: unless-stopped

volumes:
  linkbreeze-data:
  1. Set a domain (e.g., links.yourdomain.com) for automatic SSL
  2. Click Deploy — Coolify handles Let's Encrypt automatically

That's it. Your LinkBreeze instance is live with HTTPS.

Updating

In Coolify, navigate to your resource → click Redeploy after pulling the latest image. Or set up automatic deployments with a webhook.