Skip to content

Commit 319fb1e

Browse files
committed
add apps
1 parent 339856c commit 319fb1e

File tree

1 file changed

+89
-5
lines changed

1 file changed

+89
-5
lines changed

add_apps.json

Lines changed: 89 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[
22
{
3-
"name": "neko",
4-
"trademark": "Neko",
3+
"name": "lobechat",
4+
"trademark": "LobeChat",
55
"release": false,
6-
"fork_url": "https://github.com/m1k1o/neko",
7-
"version_from": "https://hub.docker.com/r/elestio/neko/tags",
6+
"fork_url": "https://github.com/lobehub/lobe-chat",
7+
"version_from": "https://hub.docker.com/r/lobehub/lobe-chat-database/tags",
88
"edition": [
99
{
1010
"dist": "community",
@@ -17,7 +17,91 @@
1717
"cpu": "2",
1818
"memory": "4",
1919
"disk": "1",
20-
"url": "https://github.com/onlyoffice/docker#recommended-system-requirements"
20+
"url": "https://lobehub.com/"
21+
}
22+
},
23+
{
24+
"name": "listmonk",
25+
"trademark": "listmonk",
26+
"release": false,
27+
"fork_url": "https://github.com/knadh/listmonk/blob/master/docker-compose.yml",
28+
"version_from": "https://hub.docker.com/r/listmonk/listmonk/tags",
29+
"edition": [
30+
{
31+
"dist": "community",
32+
"version": [
33+
"latest"
34+
]
35+
}
36+
],
37+
"requirements": {
38+
"cpu": "2",
39+
"memory": "4",
40+
"disk": "1",
41+
"url": "https://listmonk.app"
42+
}
43+
},
44+
{
45+
"name": "freshrss",
46+
"trademark": "FreshRSS",
47+
"release": false,
48+
"fork_url": "https://github.com/FreshRSS/FreshRSS/tree/edge/Docker",
49+
"version_from": "https://hub.docker.com/r/freshrss/freshrss/tags",
50+
"edition": [
51+
{
52+
"dist": "community",
53+
"version": [
54+
"latest"
55+
]
56+
}
57+
],
58+
"requirements": {
59+
"cpu": "2",
60+
"memory": "4",
61+
"disk": "1",
62+
"url": "https://freshrss.org"
63+
}
64+
},
65+
{
66+
"name": "commafeed",
67+
"trademark": "CommaFeed",
68+
"release": false,
69+
"fork_url": "https://hub.docker.com/r/athou/commafeed",
70+
"version_from": "https://hub.docker.com/r/athou/commafeed/tags",
71+
"edition": [
72+
{
73+
"dist": "community",
74+
"version": [
75+
"latest"
76+
]
77+
}
78+
],
79+
"requirements": {
80+
"cpu": "2",
81+
"memory": "4",
82+
"disk": "1",
83+
"url": "https://www.commafeed.com/"
84+
}
85+
},
86+
{
87+
"name": "ttrss",
88+
"trademark": "Tiny Tiny RSS",
89+
"release": false,
90+
"fork_url": "https://tt-rss.org/wiki/InstallationNotes/",
91+
"version_from": "https://hub.docker.com/r/cthulhoo/ttrss-fpm-pgsql-static/tags",
92+
"edition": [
93+
{
94+
"dist": "community",
95+
"version": [
96+
"latest"
97+
]
98+
}
99+
],
100+
"requirements": {
101+
"cpu": "2",
102+
"memory": "4",
103+
"disk": "1",
104+
"url": "https://tt-rss.org/"
21105
}
22106
}
23107
]

0 commit comments

Comments
 (0)