From 9ff4dad36501fad1ef8534d93733eda431340dac Mon Sep 17 00:00:00 2001 From: Suryansh Prajapati <58465650+drk1rd@users.noreply.github.com> Date: Tue, 17 Jun 2025 01:48:20 +0530 Subject: [PATCH] Create funding.json --- .well-known/funding.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .well-known/funding.json diff --git a/.well-known/funding.json b/.well-known/funding.json new file mode 100644 index 0000000..0c0b2c6 --- /dev/null +++ b/.well-known/funding.json @@ -0,0 +1,33 @@ +{ + "version": "v1.0.0", + "entity": { + "type": "individual", + "role": "maintainer", + "name": "Suryansh Prajapati", + "email": "hi@suryansh.one", + "description": "I maintain HomeCloud — a self-hosted, open-source cloud platform. This project empowers users to take back control over their compute, storage, and networking infrastructure.", + "webpageUrl": { + "url": "https://homecloud.drk1rd.systems" + } + }, + "projects": [ + { + "guid": "homecloud", + "name": "HomeCloud", + "description": "Self-hosted, open-source cloud platform for compute, storage, networking, and databases. All in one click. No surveillance. No lock-in.", + "webpageUrl": { + "url": "https://homecloud.drk1rd.systems" + }, + "repositoryUrl": { + "url": "https://github.com/homecloudhq/homecloud" + }, + "licenses": ["spdx:AGPL-3.0"], + "tags": ["cloud", "self-hosted", "infrastructure", "open-source", "privacy", "devops", "platform"] + } + ], + "funding": { + "channels": [], + "plans": [], + "history": [] + } +}