-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-v2
More file actions
330 lines (330 loc) · 8.65 KB
/
index-v2
File metadata and controls
330 lines (330 loc) · 8.65 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
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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
{
"apps" : [
{
"name" : "Platform",
"id" : "platform",
"required" : true,
"ui": false
},
{
"name" : "Nextcloud file sharing",
"id" : "nextcloud",
"required" : false,
"ui": true,
"icon": "nextcloud-128.png",
"description": "Access & share your files from any device"
},
{
"name" : "Diaspora social network",
"id" : "diaspora",
"required" : false,
"ui": true,
"icon": "diaspora-128.png",
"description": "A privacy-aware, distributed, open source social network"
},
{
"name" : "Mail server",
"id" : "mail",
"required" : false,
"ui": true,
"icon": "mail-128.png",
"description": "Mail with Web interface and compatible with popular mail apps"
},
{
"name" : "File browser",
"id" : "files",
"required" : false,
"ui": true,
"icon": "files-128.png",
"description": "Simple device files browser"
},
{
"name" : "Rocket.Chat",
"id" : "rocketchat",
"required" : false,
"ui": true,
"icon": "rocketchat-128.png",
"description": "Text, voice and video chat"
},
{
"name" : "GOGS git server",
"id" : "gogs",
"required" : false,
"ui": true,
"icon": "gogs-128.png",
"description": "Distributed version control system"
},
{
"name" : "Syncthing",
"id" : "syncthing",
"required" : false,
"ui": true,
"icon": "syncthing-128.png",
"description": "Continuous File Synchronization"
},
{
"name" : "WordPress",
"id" : "wordpress",
"required" : false,
"ui": true,
"icon": "wordpress-128.png",
"description": "Blogging, mailing lists and forums, media galleries, and online stores"
},
{
"name" : "Users",
"id" : "users",
"required" : false,
"ui": true,
"icon": "users-128.png",
"description": "User management app"
},
{
"name" : "Pi-hole",
"id" : "pihole",
"required" : false,
"ui": true,
"icon": "pihole-128.png",
"description": "Network-wide Ad Blocking"
},
{
"name" : "OpenVPN",
"id" : "openvpn",
"required" : false,
"ui": true,
"icon": "openvpn-128.png",
"description": "Secure connection to your Syncloud device over the Internet"
},
{
"name" : "Plex Media Server",
"id" : "plex",
"required" : false,
"ui": true,
"icon": "plex-128.png",
"description": "Free movies and TV plus all your personal media libraries on every device. Master your Mediaverse"
},
{
"name" : "Bitwarden",
"id" : "bitwarden",
"required" : false,
"ui": true,
"icon": "bitwarden-128.png",
"description": "Password Manager."
},
{
"name" : "Home Assistant",
"id" : "home-assistant",
"required" : false,
"ui": true,
"icon": "home-assistant-128.png",
"description": "Home automation software designed to be the central control system for smart home devices"
},
{
"name" : "Jellyfin Media System",
"id" : "jellyfin",
"required" : false,
"ui": true,
"icon": "jellyfin-128.png",
"description": "The Free Software Media System"
},
{
"name" : "Collabora Online DE",
"id" : "collabora",
"required" : false,
"ui": true,
"icon": "collabora-128.png",
"description": "Collabora Online Development Edition"
},
{
"name" : "Mastodon",
"id" : "mastodon",
"required" : false,
"ui": true,
"icon": "mastodon-128.png",
"description": "Social Network"
},
{
"name" : "Grocy",
"id" : "grocy",
"required" : false,
"ui": true,
"icon": "grocy-128.png",
"description": "Groceries Management"
},
{
"name" : "Matrix",
"id" : "matrix",
"required" : false,
"ui": true,
"icon": "matrix-128.png",
"description": "An open network for secure, decentralized communication"
},
{
"name" : "Crowdsec",
"id" : "crowdsec",
"required" : false,
"ui": true,
"icon": "crowdsec-128.png",
"description": "Intrusion prevention system"
},
{
"name" : "Calibre-Web",
"id" : "calibre",
"required" : false,
"ui": true,
"icon": "calibre-128.png",
"description": "Browsing, reading and downloading eBooks"
},
{
"name" : "ShairPort",
"id" : "shairport",
"required" : false,
"ui": true,
"icon": "shairport-128.png",
"description": "AirPlay audio player"
},
{
"name" : "PhotoPrism AI-Powered Photos",
"id" : "photoprism",
"required" : false,
"ui": true,
"icon": "photoprism-128.png",
"description": "AI-Powered Photos App for the Decentralized Web. We are on a mission to protect your freedom and privacy"
},
{
"name" : "Stable Diffusion",
"id" : "stable-diffusion",
"required" : false,
"ui": true,
"icon": "stable-diffusion-128.png",
"description": "Generative artificial intelligence (generative AI) model that produces unique photorealistic images from text and image prompts"
},
{
"name" : "Transmission",
"id" : "transmission",
"required" : false,
"ui": true,
"icon": "transmission-128.png",
"description": "A Fast, Easy and Free Bittorrent Client"
},
{
"name" : "Frigate NVR",
"id" : "frigate",
"required" : false,
"ui": true,
"icon": "frigate-128.png",
"description": "NVR With Realtime Object Detection for IP Cameras"
},
{
"name" : "YouTube Downloader",
"id" : "youtube",
"required" : false,
"ui": true,
"icon": "youtube-128.png",
"description": "YouTube downloader based on yt-dlp tool"
},
{
"name" : "PeerTube",
"id" : "peertube",
"required" : false,
"ui": true,
"icon": "peertube-128.png",
"description": "Decentralized video platform"
},
{
"name" : "OwnTracks",
"id" : "owntracks",
"required" : false,
"ui": true,
"icon": "owntracks-128.png",
"description": "Keep track of your own location"
},
{
"name" : "Standard Notes",
"id" : "notes",
"required" : false,
"ui": true,
"icon": "notes-128.png",
"description": "Standard Notes is an easy-to-use encrypted note-taking app"
},
{
"name" : "Jitsi Meet",
"id" : "jitsimeet",
"required" : false,
"ui": true,
"icon": "jitsimeet-128.png",
"description": "Secure and high quality meetings"
},
{
"name" : "Paperless-ngx",
"id" : "paperless",
"required" : false,
"ui": true,
"icon": "paperless-128.png",
"description": "Scan, index and archive all your physical documents"
},
{
"name" : "Mattermost",
"id" : "mattermost",
"required" : false,
"ui": true,
"icon": "mattermost-128.png",
"description": "Online chat service with file sharing, search, and third party application integrations"
},
{
"name" : "Gramps",
"id" : "gramps",
"required" : false,
"ui": true,
"icon": "gramps-128.png",
"description": "Research, organize and share your family tree"
},
{
"name" : "Invoice Ninja",
"id" : "invoiceninja",
"required" : false,
"ui": true,
"icon": "invoiceninja-128.png",
"description": "Invoice, quote, project and time-tracking"
},
{
"name" : "Homebridge",
"id" : "homebridge",
"required" : false,
"ui": true,
"icon": "homebridge-128.png",
"description": "Integrate with smart home devices that do not natively support HomeKit"
},
{
"name" : "Kimai",
"id" : "kimai",
"required" : false,
"ui": true,
"icon": "kimai-128.png",
"description": "Time tracking for project-driven teams"
},
{
"name" : "Owncast",
"id" : "owncast",
"required" : false,
"ui": true,
"icon": "owncast-128.png",
"description": "Live video and web chat server for use with existing popular broadcasting software"
},
{
"name" : "MeshCentral",
"id" : "meshcentral",
"required" : false,
"ui": true,
"icon": "meshcentral-128.png",
"description": "Remote device management"
},
{
"name" : "Open WebUI",
"id" : "openwebui",
"required" : false,
"ui": true,
"icon": "openwebui-128.png",
"description": "AI platform designed to operate entirely offline"
}
]
}