From 930530cc96afc35ee5bace4253cc59b82511718f Mon Sep 17 00:00:00 2001 From: Marcus Quinn Date: Mon, 24 Mar 2025 14:04:48 +0000 Subject: [PATCH] Add Coolify to hosting providers --- admin/data/hosting-providers.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/admin/data/hosting-providers.php b/admin/data/hosting-providers.php index 0564eda..67c6464 100644 --- a/admin/data/hosting-providers.php +++ b/admin/data/hosting-providers.php @@ -147,6 +147,21 @@ function wp_allstars_get_hosting_providers() { '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/' + ) + ) ) ); }