From 221ed6283dbb0ea10e0e0a5ab38959bc4ec0d306 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Tue, 28 Oct 2025 08:41:38 +0100 Subject: [PATCH] Delete funding.json --- funding.json | 74 ---------------------------------------------------- 1 file changed, 74 deletions(-) delete mode 100644 funding.json diff --git a/funding.json b/funding.json deleted file mode 100644 index 9fc761a1f..000000000 --- a/funding.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "version": "1.0.0", - "entity": { - "type": "organisation", - "role": "owner", - "name": "Coollabs", - "email": "hi@coolify.io", - "description": "Coolify is an open-source & self-hostable alternative to Heroku / Netlify / Vercel. It helps you manage your servers, applications, and databases on your own hardware with just an SSH connection. We are a self-funded company that depends on community support to sustain the project and keep it completely free and open-source with no features behind a paywall.", - "webpageUrl": "https://coolify.io" - }, - "projects": [ - { - "guid": "coolify", - "name": "Coolify", - "description": "An open-source & self-hostable alternative to Heroku / Netlify / Vercel. Manage your servers, applications, and databases on your own hardware.", - "webpageUrl": "https://coolify.io", - "repositoryUrl": "https://github.com/coollabsio/coolify", - "licenses": [ - "Apache-2.0" - ], - "tags": [ - "deployment", - "self-hosted", - "devops", - "docker", - "paas", - "heroku-alternative", - "open-source" - ] - } - ], - "funding": { - "channels": [ - { - "type": "github", - "address": "https://github.com/sponsors/coollabsio" - }, - { - "type": "open_collective", - "address": "https://opencollective.com/coollabsio" - }, - { - "type": "custom", - "address": "https://coolify.io/sponsorships" - } - ], - "plans": [ - { - "status": "active", - "name": "Small Sponsor", - "description": "Support Coolify's development with a small monthly contribution. Get your small logo and link featured on our README and on our website.", - "amount": 40, - "currency": "USD", - "frequency": "monthly" - }, - { - "status": "active", - "name": "Large Sponsor", - "description": "Support Coolify's development with a larger monthly contribution. Get your large logo and link featured prominently on our README and website.", - "amount": 200, - "currency": "USD", - "frequency": "monthly" - }, - { - "status": "active", - "name": "One-time Donation", - "description": "Make a one-time contribution to support Coolify's development.", - "amount": 0, - "currency": "USD", - "frequency": "once" - } - ] - } -} \ No newline at end of file