ABOUT
Coolify is an open-source & self-hostable alternative to Heroku, Netlify, and Vercel. It helps you manage your servers, applications, and databases on your own hardware with Docker. Deploy any application from Git repositories, Docker images, or use pre-built templates.
infoThis is an addon script intended to be used on top of an existing Docker container.
infoExecute within an existing LXC console (Debian / Ubuntu / Alpine supported)
infoInitial setup will be done via the web interface on first access.
infoCoolify has built-in auto-updates. You can configure update frequency in Settings.
infoTo update via CLI, run the addon script again and select Update, or use: bash <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/coolify.sh)
INSTALL
Approved local installer
DefaultDebian 13
Approved locallyConfig path/data/coolify
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/coolify.sh'; sha='16d96c4537998d1fccf532dd51c9a6e7540987765bff19e1a7708ef2115bf6d0'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/coolify.shSHA-256 16d96c4537998d1fccf532dd51c9a6e7540987765bff19e1a7708ef2115bf6d0 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.