-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
funding.json
171 lines (171 loc) · 6.34 KB
/
funding.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
"version": "v1.0.0",
"entity": {
"type": "individual",
"role": "owner",
"name": "Jose Diaz-Gonzalez",
"email": "[email protected]",
"description": "I am a developer keenly interested in making it easier for developers to build and deploy their applications to their own servers. I believe Dokku allows developers to have a great local development experience, giving them back time they would otherwise spend dealing with infrastructure so they can create better products for their users.",
"webpageUrl": {
"url": "https://josediazgonzalez.com",
"wellKnown": "https://josediazgonzalez.com/.well-known/funding-manifest-urls"
}
},
"projects": [
{
"guid": "dokku",
"name": "Dokku",
"description": "The core repository of the Dokku project, providing the main functionality and features.",
"webpageUrl": {
"url": "https://dokku.com"
},
"repositoryUrl": {
"url": "https://github.com/dokku/dokku",
"wellKnown": "https://github.com/dokku/dokku/blob/master/.well-known/funding-manifest-urls"
},
"licenses": [
"spdx:MIT"
],
"tags": [
"paas",
"devops",
"docker",
"deployment",
"open-source"
]
},
{
"guid": "herokuish",
"name": "Herokuish",
"description": "Herokuish is used by Dokku and other PaaS implementations to support Heroku buildpacks in Docker environments.",
"webpageUrl": {
"url": "https://github.com/gliderlabs/herokuish",
"wellKnown": "https://github.com/gliderlabs/herokuish/blob/master/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/gliderlabs/herokuish",
"wellKnown": "https://github.com/gliderlabs/herokuish/blob/master/.well-known/funding-manifest-urls"
},
"licenses": [
"spdx:MIT"
],
"tags": [
"heroku",
"buildpacks",
"devops",
"docker",
"paas",
"open-source"
]
}
],
"funding": {
"channels": [
{
"guid": "opencollective",
"type": "payment-provider",
"address": "https://opencollective.com/dokku",
"description": "Support Dokku through Open Collective."
},
{
"guid": "patreon",
"type": "payment-provider",
"address": "https://www.patreon.com/dokku",
"description": "Support Dokku on Patreon."
},
{
"guid": "github-sponsors",
"type": "payment-provider",
"address": "https://github.com/sponsors/dokku",
"description": "Support Dokku through GitHub Sponsors."
}
],
"plans": [
{
"guid": "hosting-monthly",
"status": "active",
"name": "Hosting support",
"description": "This roughly covers hosting costs every month for both the main/supporting sites as well as testing Dokku functionality",
"amount": 50,
"currency": "USD",
"frequency": "monthly",
"channels": ["opencollective"]
},
{
"guid": "developer-time",
"status": "active",
"name": "Developer compensation",
"description": "This will cover the cost of one developer working full-time on the projects.",
"amount": 12000,
"currency": "USD",
"frequency": "monthly",
"channels": ["opencollective"]
}
],
"history": [
{
"year": 2016,
"income": 570.00,
"expenses": 0.00,
"currency": "USD",
"description": "Financial summary for the year 2016 through OpenCollective."
},
{
"year": 2017,
"income": 2198.00,
"expenses": 0.00,
"currency": "USD",
"description": "Financial summary for the year 2017 through OpenCollective."
},
{
"year": 2018,
"income": 10933.00,
"expenses": 0.00,
"currency": "USD",
"description": "Financial summary for the year 2018 through OpenCollective."
},
{
"year": 2019,
"income": 8385.00,
"expenses": 15200.00,
"currency": "USD",
"description": "Financial summary for the year 2019 through OpenCollective."
},
{
"year": 2020,
"income": 16060.00,
"expenses": 17300.00,
"currency": "USD",
"description": "Financial summary for the year 2020 through OpenCollective."
},
{
"year": 2021,
"income": 6219.83,
"expenses": 2500.00,
"currency": "USD",
"description": "Financial summary for the year 2021 through OpenCollective."
},
{
"year": 2022,
"income": 9463.32,
"expenses": 8800.00,
"currency": "USD",
"description": "Financial summary for the year 2022 through OpenCollective."
},
{
"year": 2023,
"income": 10472.90,
"expenses": 10000.00,
"currency": "USD",
"description": "Financial summary for the year 2023 through OpenCollective."
},
{
"year": 2024,
"income": 11169.73,
"expenses": 11521.52,
"currency": "USD",
"description": "Financial summary for the year 2024 through OpenCollective."
}
]
}
}