Skip to content

Commit ba2bc6f

Browse files
committed
new apps
1 parent 2c2a0ac commit ba2bc6f

File tree

1 file changed

+40
-19
lines changed

1 file changed

+40
-19
lines changed

add_apps.json

Lines changed: 40 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[
22
{
3-
"name": "puter",
4-
"trademark": "Puter",
3+
"name": "Twenty",
4+
"trademark": "twenty",
55
"release": false,
6-
"fork_url": "https://github.com/HeyPuter/puter",
7-
"version_from": "ghcr.io/heyputer/puter:latest",
6+
"fork_url": "https://github.com/twentyhq/twenty",
7+
"version_from": "https://hub.docker.com/r/twentycrm/twenty/tags",
88
"edition": [
99
{
1010
"dist": "community",
@@ -17,15 +17,15 @@
1717
"cpu": "2",
1818
"memory": "4",
1919
"disk": "10",
20-
"url": "https://puter.com"
20+
"url": "https://twenty.com"
2121
}
2222
},
2323
{
24-
"name": "plane",
25-
"trademark": "Plane",
24+
"name": "Mixpost",
25+
"trademark": "mixpost",
2626
"release": false,
27-
"fork_url": "https://github.com/makeplane/plane",
28-
"version_from": "",
27+
"fork_url": "https://github.com/inovector/mixpost",
28+
"version_from": "https://hub.docker.com/r/inovector/mixpost/tags",
2929
"edition": [
3030
{
3131
"dist": "community",
@@ -38,15 +38,15 @@
3838
"cpu": "2",
3939
"memory": "4",
4040
"disk": "10",
41-
"url": "https://plane.so"
41+
"url": "https://mixpost.app"
4242
}
4343
},
4444
{
45-
"name": "frigate",
45+
"name": "Consul",
4646
"trademark": "Frigate",
4747
"release": false,
48-
"fork_url": "https://github.com/blakeblackshear/frigate",
49-
"version_from": "",
48+
"fork_url": "https://github.com/hashicorp/consul",
49+
"version_from": "https://hub.docker.com/r/hashicorp/consul",
5050
"edition": [
5151
{
5252
"dist": "community",
@@ -59,15 +59,15 @@
5959
"cpu": "2",
6060
"memory": "4",
6161
"disk": "10",
62-
"url": "https://frigate.video"
62+
"url": "https://www.consul.io"
6363
}
6464
},
6565
{
66-
"name": "matlab",
67-
"trademark": "MATLAB",
66+
"name": "azimutt",
67+
"trademark": "Azimutt",
6868
"release": false,
69-
"fork_url": "",
70-
"version_from": "https://hub.docker.com/r/mathworks/matlab/tags",
69+
"fork_url": "https://github.com/azimuttapp/azimutt",
70+
"version_from": "https://hub.docker.com/r/loicknuchel/azimutt/tags",
7171
"edition": [
7272
{
7373
"dist": "community",
@@ -80,7 +80,28 @@
8080
"cpu": "2",
8181
"memory": "4",
8282
"disk": "10",
83-
"url": "https://www.mathworks.com/help/cloudcenter/ug/matlab-container-on-docker-hub.html"
83+
"url": "https://azimutt.app"
84+
}
85+
},
86+
{
87+
"name": "compreface",
88+
"trademark": "CompreFace",
89+
"release": false,
90+
"fork_url": "https://github.com/exadel-inc/CompreFace",
91+
"version_from": "https://hub.docker.com/r/exadel/compreface-core/tags",
92+
"edition": [
93+
{
94+
"dist": "community",
95+
"version": [
96+
"latest"
97+
]
98+
}
99+
],
100+
"requirements": {
101+
"cpu": "2",
102+
"memory": "4",
103+
"disk": "10",
104+
"url": "https://exadel.com/accelerator-showcase/compreface"
84105
}
85106
}
86107
]

0 commit comments

Comments
 (0)