Post

Coolify

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.

Coolify

Installation

Default install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/tools/addon/coolify.sh)"

Configuration

Config file:

1
/data/coolify

Notes

This is an addon script intended to be used on top of an existing Docker container.
Execute within an existing LXC console (Debian / Ubuntu / Alpine supported)
Initial setup will be done via the web interface on first access.
Coolify has built-in auto-updates. You can configure update frequency in Settings.
To 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)

Web Interface

Port: 8000

This post is licensed under CC BY 4.0 by the author.