-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathfunding.json
More file actions
79 lines (79 loc) · 1.97 KB
/
Copy pathfunding.json
File metadata and controls
79 lines (79 loc) · 1.97 KB
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
{
"version": "v1.0.0",
"entity": {
"type": "organization",
"role": "owner",
"name": "zeitlos.software",
"email": "hello@zeitlos.software",
"description": "Swiss software studio building open-source infrastructure tooling. Sole developer of Lucity.",
"webpageUrl": {
"url": "https://zeitlos.software"
}
},
"projects": [
{
"guid": "lucity",
"name": "Lucity",
"description": "Deploy your code in minutes (no Dockerfile or YAML required). One-click Postgres databases. Minimal lock-in thanks to unique ejectable architecture.",
"webpageUrl": {
"url": "https://lucity.cloud"
},
"repositoryUrl": {
"url": "https://github.com/zeitlos/lucity"
},
"licenses": [
"AGPL-3.0-or-later"
],
"tags": [
"paas",
"kubernetes",
"helm",
"argocd",
"gitops",
"self-hosted",
"open-source",
"infrastructure",
"developer-tools",
"go",
"vue"
]
}
],
"funding": {
"channels": [
{
"guid": "github-sponsors",
"type": "payment-provider",
"address": "https://github.com/sponsors/zeitlos",
"description": "GitHub Sponsors"
}
],
"plans": [
{
"guid": "sponsor-monthly",
"status": "active",
"name": "Monthly sponsorship",
"description": "Recurring monthly sponsorship to support ongoing development of Lucity.",
"amount": 10,
"currency": "USD",
"frequency": "monthly",
"channels": [
"github-sponsors"
]
},
{
"guid": "sponsor-one-time",
"status": "active",
"name": "One-time contribution",
"description": "One-time contribution to support Lucity development.",
"amount": 50,
"currency": "USD",
"frequency": "one-time",
"channels": [
"github-sponsors"
]
}
],
"history": []
}
}