forked from swiftwave-org/app-store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
store.json
230 lines (230 loc) · 8.36 KB
/
store.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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
[
{
"logo": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/assets/logos/wg-easy.png",
"title": "Wireguard Easy",
"description": "The easiest way to run WireGuard VPN + Web-based Admin UI",
"category": "VPN",
"stacks": [
{
"title": "Wireguard Easy",
"stack": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/stacks/wg-easy.yaml"
}
]
},
{
"logo": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/assets/logos/registry.png",
"title": "Image Registry",
"description": "Distribution implementation for storing and distributing of container images and artifacts",
"category": "Image Registry",
"stacks": [
{
"title": "Image Registry",
"stack": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/stacks/registry.yaml"
}
]
},
{
"logo": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/assets/logos/gitea.png",
"title": "Gitea",
"description": "Git with a cup of tea! Painless self-hosted all-in-one software development service, includi,ng Git hosting, code review, team collaboration, package registry and CI/CD",
"category": "Git",
"stacks": [
{
"title": "Gitea",
"stack": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/stacks/gitea.yaml"
}
]
},
{
"logo": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/assets/logos/filebrowser.png",
"title": "Filebrowser",
"description": "File Browser is a create-your-own-cloud-kind of software where you can install it on a server, direct it to a path and then access your files through a nice web interface",
"category": "Storage",
"stacks": [
{
"title": "Filebrowser",
"stack": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/stacks/filebrowser.yaml"
}
]
},
{
"logo": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/assets/logos/ghost.png",
"title": "Ghost",
"description": "Independent technology for modern publishing, memberships, subscriptions and newsletters",
"category": "CMS",
"stacks": [
{
"title": "Ghost",
"stack": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/stacks/ghost.yaml"
}
]
},
{
"logo": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/assets/logos/mongodb.png",
"title": "MongoDB",
"description": "MongoDB is a free and open-source cross-platform document-oriented database program. Classified as a NoSQL database program.",
"category": "Database",
"stacks": [
{
"title": "MongoDB",
"stack": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/stacks/mongodb.yaml"
}
]
},
{
"logo": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/assets/logos/postgresql.png",
"title": "PostgreSQL",
"description": "PostgreSQL (Postgres) is an open source object-relational database known for reliability and data integrity",
"category": "Database",
"stacks": [
{
"title": "PostgreSQL",
"stack": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/stacks/postgresql.yaml"
}
]
},
{
"logo": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/assets/logos/mariadb.png",
"title": "MariaDB",
"description": "MariaDB is an open source, community-developed SQL database server",
"category": "Database",
"stacks": [
{
"title": "MariaDB Root User + Normal User",
"stack": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/stacks/mariadb-all.yaml"
},
{
"title": "MariaDB Root User",
"stack": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/stacks/mariadb-root.yaml"
}
]
},
{
"logo": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/assets/logos/mysql.png",
"title": "MySQL",
"description": "MySQL is a fast, reliable, scalable, and easy to use open source relational database system",
"category": "Database",
"stacks": [
{
"title": "MySQL Root User + Normal User",
"stack": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/stacks/mysql-all.yaml"
},
{
"title": "MySQL Root User",
"stack": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/stacks/mysql-root.yaml"
}
]
},
{
"logo": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/assets/logos/redis.png",
"title": "Redis",
"description": "Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.",
"category": "Database",
"stacks": [
{
"title": "Redis",
"stack": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/stacks/redis.yaml"
}
]
},
{
"logo": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/assets/logos/metube.png",
"title": "Metube",
"description": "Web GUI for youtube-dl (using the yt-dlp fork) with playlist support. Allows you to download videos from YouTube and dozens of other sites",
"category": "Entertainment",
"stacks": [
{
"title": "Metube",
"stack": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/stacks/metube.yaml"
}
]
},
{
"logo": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/assets/logos/nodered.png",
"title": "NodeRED",
"description": "Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways",
"category": "Visual Programming",
"stacks": [
{
"title": "Metube",
"stack": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/stacks/nodered.yaml"
}
]
},
{
"logo": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/assets/logos/nextcloud.png",
"title": "NextCloud",
"description": "A safe home for all your data. Access & share your files, calendars, contacts, mail & more from any device, on your terms",
"category": "Storage",
"stacks": [
{
"title": "NextCloud With SQLite",
"stack": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/stacks/nextcloud-sqlite.yaml"
},
{
"title": "NextCloud With Postgres",
"stack": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/stacks/nextcloud-postgres.yaml"
},
{
"title": "NextCloud With External Postgres",
"stack": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/stacks/nextcloud-external-postgres.yaml"
}
]
},
{
"logo": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/assets/logos/vaultwarden.png",
"title": "Vaulwarden",
"description": "Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs",
"category": "Password Manager",
"stacks": [
{
"title": "Vaulwarden",
"stack": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/stacks/vaultwarden.yaml"
}
]
},
{
"logo": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/assets/logos/frappe.png",
"title": "Frappe Bench",
"description": "Low code web framework for real world applications, in Python and Javascript",
"category": "Web Framework",
"stacks": [
{
"title": "Frappe Bench with MariaDB",
"stack": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/stacks/frappe-mariadb.yaml"
},
{
"title": "Frappe Bench with External MariaDB",
"stack": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/stacks/frappe-mariadb-external.yaml"
}
]
},
{
"logo": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/assets/logos/wordpress.png",
"title": "Wordpress",
"description": "WordPress is the world's most popular blogging and content management platform. Powerful yet simple ...",
"category": "CMS",
"stacks": [
{
"title": "Wordpress with MariaDB",
"stack": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/stacks/wordpress-mariadb.yaml"
},
{
"title": "Wordpress with External MariaDB",
"stack": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/stacks/wordpress-external-mariadb.yaml"
}
]
},
{
"logo": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/assets/logos/uptime-kuma.png",
"title": "Uptime Kuma",
"description": "A fancy self-hosted monitoring tool",
"category": "Monitoring",
"stacks": [
{
"title": "Uptime Kuma",
"stack": "https://raw.githubusercontent.com/swiftwave-org/app-store/main/stacks/uptime-kuma.yaml"
}
]
}
]