Add Coolify to hosting providers

This commit is contained in:
Marcus Quinn
2025-03-24 14:04:48 +00:00
parent ecd3887bb9
commit 930530cc96

View File

@ -147,6 +147,21 @@ function wp_allstars_get_hosting_providers() {
'url' => 'https://updown.io/pricing' 'url' => 'https://updown.io/pricing'
) )
) )
),
'coolify' => array(
'name' => 'Coolify',
'description' => 'Self-hostable Heroku & Netlify alternative for developers. Deploy your apps, databases, and services with ease.',
'button_group' => array(
array(
'text' => 'Home Page',
'url' => 'https://coolify.io/',
'primary' => true
),
array(
'text' => 'Pricing',
'url' => 'https://coolify.io/pricing/'
)
)
) )
); );
} }