Skip to content

Commit b2b6896

Browse files
committed
Added funding.json
1 parent 68e93b8 commit b2b6896

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://openrun.dev/funding.json

static/funding.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"$schema": "https://fundingjson.org/schema/v1.1.0.json",
3+
"version": "v1.1.0",
4+
"entity": {
5+
"type": "individual",
6+
"role": "maintainer",
7+
"name": "Ajay Kidave",
8+
"email": "ajayvk@clace.io",
9+
"phone": "",
10+
"description": "I am working on making it easier for developers and teams to build and deploy their applications securely. I am working on OpenRun which allows declarative GitOps deployment to a single machine or onto Kubernetes.",
11+
"webpageUrl": {
12+
"url": "https://openrun.dev/about/#who-is-behind-this-project",
13+
"wellKnown": ""
14+
}
15+
},
16+
"projects": [{
17+
"guid": "openrun",
18+
"name": "OpenRun",
19+
"description": "Open source alternative to Google Cloud Run and AWS App Runner. OpenRun supports declarative GitOps based blue-green deployment, OAuth/OIDC/SAML access controls, TLS certs & secrets management. OpenRun is built for teams to easily web apps, especially internal tools. App can be deployed directly to Docker/Podman or to Kubernetes.",
20+
"webpageUrl": {
21+
"url": "https://openrun.dev/"
22+
},
23+
"repositoryUrl": {
24+
"url": "https://github.com/openrundev/openrun",
25+
"wellKnown": "https://github.com/openrundev/docs/blob/main/.well-known/funding-manifest-urls"
26+
},
27+
"licenses": ["spdx:Apache-2.0"],
28+
"tags": ["devops", "deployment", "internal-tools", "docker", "kubernetes"]
29+
}],
30+
"funding": {
31+
"channels": [
32+
{
33+
"guid": "bankaccount",
34+
"type": "bank",
35+
"address": "",
36+
"description": "Will accept direct bank transfers. Please e-mail me for details."
37+
}
38+
],
39+
"plans": [
40+
{
41+
"guid": "developer-time",
42+
"status": "active",
43+
"name": "Developer compensation",
44+
"description": "This level of funding will allow me to focus solely on OpenRun and work full-time on the project for at least 1 year.",
45+
"amount": 100000,
46+
"currency": "USD",
47+
"frequency": "annual",
48+
"channels": ["bankaccount"]
49+
}
50+
],
51+
"history": [
52+
]
53+
}
54+
}
55+
56+

0 commit comments

Comments
 (0)