Skip to content

Commit e211afb

Browse files
committed
new apps
1 parent 21ef99c commit e211afb

File tree

1 file changed

+52
-10
lines changed

1 file changed

+52
-10
lines changed

add_apps.json

Lines changed: 52 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[
22
{
3-
"name": "nomad",
4-
"trademark": "Nomad",
3+
"name": "puter",
4+
"trademark": "Puter",
55
"release": false,
6-
"fork_url": "https://github.com/hashicorp/nomad",
7-
"version_from": "https://hub.docker.com/r/hashicorp/nomad/tags",
6+
"fork_url": "https://github.com/HeyPuter/puter",
7+
"version_from": "ghcr.io/heyputer/puter:latest",
88
"edition": [
99
{
1010
"dist": "community",
@@ -17,15 +17,15 @@
1717
"cpu": "2",
1818
"memory": "4",
1919
"disk": "10",
20-
"url": "https://www.hashicorp.com/products/nomad"
20+
"url": "https://puter.com"
2121
}
2222
},
2323
{
24-
"name": "k0s",
25-
"trademark": "k0s",
24+
"name": "plane",
25+
"trademark": "Plane",
2626
"release": false,
27-
"fork_url": "https://github.com/k0sproject/k0s",
28-
"version_from": "https://hub.docker.com/r/k0sproject/k0s/tags",
27+
"fork_url": "https://github.com/makeplane/plane",
28+
"version_from": "",
2929
"edition": [
3030
{
3131
"dist": "community",
@@ -38,7 +38,49 @@
3838
"cpu": "2",
3939
"memory": "4",
4040
"disk": "10",
41-
"url": "https://k0sproject.io"
41+
"url": "https://plane.so"
42+
}
43+
},
44+
{
45+
"name": "frigate",
46+
"trademark": "Frigate",
47+
"release": false,
48+
"fork_url": "https://github.com/blakeblackshear/frigate",
49+
"version_from": "",
50+
"edition": [
51+
{
52+
"dist": "community",
53+
"version": [
54+
"latest"
55+
]
56+
}
57+
],
58+
"requirements": {
59+
"cpu": "2",
60+
"memory": "4",
61+
"disk": "10",
62+
"url": "https://frigate.video"
63+
}
64+
},
65+
{
66+
"name": "matlab",
67+
"trademark": "MATLAB",
68+
"release": false,
69+
"fork_url": "",
70+
"version_from": "https://hub.docker.com/r/mathworks/matlab/tags",
71+
"edition": [
72+
{
73+
"dist": "community",
74+
"version": [
75+
"latest"
76+
]
77+
}
78+
],
79+
"requirements": {
80+
"cpu": "2",
81+
"memory": "4",
82+
"disk": "10",
83+
"url": "https://www.mathworks.com/help/cloudcenter/ug/matlab-container-on-docker-hub.html"
4284
}
4385
}
4486
]

0 commit comments

Comments
 (0)