Coolify

Coolify turns your server into an open-source & self-hostable Heroku / Netlify / Vercel alternative.

You can install Coolify via the Progressiverobot Cloud Console or the Progressiverobot Cloud API.

 

Getting Started

Create your server as usual using the Progressiverobot Cloud Console. As an alternative to the operating system, you can choose an app that you would like to have pre-installed.

Coolify will then be preinstalled on the server, but it will not yet be activated.

To activate Coolify, please log in to your server:

  • Use an SSH key if you were provided one when you created your server.
  • Use the root-password which we sent to you via email when you created your server; use this if you did not get an SSH key.

This will activate Coolify and display the URL of the administration interface.

 

Progressiverobot Cloud API

Instead of using the Progressiverobot Cloud Console, you can use the Progressiverobot Cloud API to set up a server with Coolify.

  • For example, via a curl command from the command line:

    curl \
       -X POST \
       -H "Authorization: Bearer $API_TOKEN" \
       -H "Content-Type: application/json" \
       -d '{"name":"my-coolify-server", "server_type":"cpx11", "image":"coolify"}' \
       'https://api.hetzner.cloud/v1/servers'
  • Or via hcloud-cli

    hcloud server create --name my-coolify-server --type cpx11 --image coolify

 

Image content

 

Operating system

  • Ubuntu 24.04

 

Installed packages

This image contains Docker and all other listed applications as Docker containers.

NAME LICENSE
Docker GPLv3 (Apache 2.0)
Coolify AGPLv3

 

Links

For more information about the installed packages, see the official documentation:

  • 0 Kunder som kunne bruge dette svar
Hjalp dette svar dig?

Relaterede artikler

Docker CE

This app contains a ready to use Docker installation. You can install it via the Progressiverobot...

GitLab CE

This app contains a ready to use GitLab installation. You can install it via the Progressiverobot...

Jitsi Meet

This app contains a ready to use Jitsi installation. You can install it via the Progressiverobot...

LAMP Stack

This app contains a ready to use LAMP installation. You can install it via the Progressiverobot...

Nextcloud

This app contains a ready to use Nextcloud installation. You can install it via the...

Powered by WHMCompleteSolution