-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathINDEX
322 lines (322 loc) · 13.5 KB
/
INDEX
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
{
"asigra": {
"MANIFEST": "asigra.json",
"name": "Asigra Backup",
"icon": "https://www.trueos.org/iocage-icons/asigra.png",
"description": "Allows administrators to back up data from network-connected computers and mobile devices. Leverages standard API calls from a single on-site Asigra service (DS-Client) to reach into these devices and access the data.",
"official": true,
"primary_pkg": "dssystem",
"category": "backup",
"maintainer": "iXsystems <[email protected]>",
"homepage": "https://www.asigra.com/"
},
"rslsync": {
"MANIFEST": "rslsync.json",
"name": "Resilio Sync",
"icon": "https://www.trueos.org/iocage-icons/btsync.png",
"description": "Fast and scalable file sync software for home and business.",
"official": true,
"primary_pkg": "rslsync",
"category": "content",
"maintainer": "iXsystems <[email protected]>",
"homepage": "https://www.resilio.com/"
},
"backuppc": {
"MANIFEST": "backuppc.json",
"name": "BackupPC",
"icon": "https://www.trueos.org/iocage-icons/backuppc.png",
"description": "Enterprise-grade system for backing up Linux, Windows, and MacOSX computers to a server.",
"official": true,
"primary_pkg": "backuppc4",
"category": "security",
"maintainer": "iXsystems <[email protected]>",
"homepage": "http://backuppc.sourceforge.net/"
},
"clamav": {
"MANIFEST": "clamav.json",
"name": "ClamAV",
"icon": "https://www.trueos.org/iocage-icons/clamav.png",
"description": "Open source antivirus engine for detecting trojans, viruses, malware, and other malicious threats.",
"official": true,
"primary_pkg": "clamav",
"category": "security",
"maintainer": "iXsystems <[email protected]>",
"homepage": "https://www.clamav.net/"
},
"couchpotato": {
"MANIFEST": "couchpotato.json",
"name": "CouchPotato",
"icon": "https://www.trueos.org/iocage-icons/couchpotato.png",
"description": "Automatic NZB and torrent downloader.",
"official": true,
"primary_pkg": "couchpotato",
"category": "content",
"maintainer": "iXsystems <[email protected]>",
"homepage": "https://couchpota.to/"
},
"emby": {
"MANIFEST": "emby.json",
"name": "Emby",
"icon": "https://www.trueos.org/iocage-icons/emby.png",
"description": "Home media server to organize, play, and stream audio and video to a variety of devices.",
"official": true,
"primary_pkg": "emby-server",
"category": "entertainment",
"maintainer": "iXsystems <[email protected]>",
"homepage": "https://emby.media/"
},
"gitlab": {
"MANIFEST": "gitlab.json",
"name": "GitLab",
"icon": "https://www.trueos.org/iocage-icons/gitlab.png",
"description": "DevOps lifecycle tool that provides a Git repository manager providing wiki, issue-tracking, and CI/CD pipeline features.",
"official": true,
"primary_pkg": "gitlab-ce",
"category": "devops",
"maintainer": "iXsystems <[email protected]>",
"homepage": "https://about.gitlab.com/"
},
"gitlab-runner": {
"MANIFEST": "gitlab-runner.json",
"name": "GitLab Runner",
"icon": "https://www.trueos.org/iocage-icons/gitlab.png",
"description": "Run jobs and send results back to GitLab. Used in conjunction with GitLab CI.",
"official": false,
"primary_pkg": "gitlab-runner",
"category": "devops",
"maintainer": "iXsystems <[email protected]>",
"homepage": "https://about.gitlab.com/"
},
"jenkins": {
"MANIFEST": "jenkins.json",
"name": "Jenkins",
"icon": "https://www.trueos.org/iocage-icons/jenkins.png",
"description": "Open source build automation software.",
"official": true,
"primary_pkg": "jenkins",
"category": "devops",
"maintainer": "iXsystems <[email protected]>",
"homepage": "https://jenkins.io/"
},
"jenkins-lts": {
"MANIFEST": "jenkins-lts.json",
"name": "Jenkins (LTS)",
"icon": "https://www.trueos.org/iocage-icons/jenkins.png",
"description": "Open source build automation software. (Long Term Support Version)",
"official": true,
"primary_pkg": "jenkins-lts",
"category": "devops",
"maintainer": "iXsystems <[email protected]>",
"homepage": "https://jenkins.io/"
},
"nextcloud": {
"MANIFEST": "nextcloud.json",
"name": "Nextcloud",
"icon": "https://www.trueos.org/iocage-icons/nextcloud.png",
"description": "Suite of client-server software for creating and using file hosting services.",
"official": true,
"primary_pkg": "nextcloud-php71",
"category": "collaboration",
"maintainer": "iXsystems <[email protected]>",
"homepage": "https://nextcloud.com/"
},
"plexmediaserver": {
"MANIFEST": "plexmediaserver.json",
"name": "Plex Media Server",
"icon": "https://www.trueos.org/iocage-icons/plex.png",
"description": "Media center software to easily manage and stream digital media.",
"official": true,
"primary_pkg": "plexmediaserver",
"category": "entertainment",
"maintainer": "iXsystems <[email protected]>",
"homepage": "https://www.plex.tv/"
},
"redmine": {
"MANIFEST": "redmine.json",
"name": "Redmine",
"icon": "https://www.trueos.org/iocage-icons/redmine.png",
"description": "Open source ticket management software to track bugs and feature requests.",
"official": true,
"primary_pkg": "redmine",
"category": "devops",
"maintainer": "iXsystems <[email protected]>",
"homepage": "http://www.redmine.org/"
},
"plexmediaserver-plexpass": {
"MANIFEST": "plexmediaserver-plexpass.json",
"name": "Plex Media Server (Beta)",
"icon": "https://www.trueos.org/iocage-icons/plex.png",
"description": "Media center software to easily manage and stream digital media. (Requires Plex Pass Subscription)",
"official": true,
"primary_pkg": "plexmediaserver-plexpass",
"category": "entertainment",
"maintainer": "iXsystems <[email protected]>",
"homepage": "https://www.plex.tv/plex-pass/"
},
"subsonic": {
"MANIFEST": "subsonic.json",
"name": "SubSonic",
"icon": "https://www.trueos.org/iocage-icons/subsonic.png",
"description": "Open source media streaming software and music player.",
"official": true,
"primary_pkg": "subsonic-standalone",
"category": "content",
"maintainer": "iXsystems <[email protected]>",
"homepage": "http://www.subsonic.org/pages/index.jsp"
},
"syncthing": {
"MANIFEST": "syncthing.json",
"name": "Syncthing",
"icon": "https://www.trueos.org/iocage-icons/syncthing.png",
"description": "Open source, peer-to-peer file synchronization application available for many operating systems.",
"official": true,
"primary_pkg": "syncthing",
"category": "collaboration",
"maintainer": "iXsystems <[email protected]>",
"homepage": "https://syncthing.net/"
},
"deluge": {
"MANIFEST": "deluge.json",
"name": "Deluge",
"icon": "https://www.trueos.org/iocage-icons/deluge.png",
"description": "Python-based Bittorent client.",
"official": true,
"primary_pkg": "deluge-cli",
"category": "content",
"maintainer": "iXsystems <[email protected]>",
"homepage": "https://deluge-torrent.org/"
},
"sonarr": {
"MANIFEST": "sonarr.json",
"name": "Sonarr",
"icon": "https://www.trueos.org/iocage-icons/sonarr.png",
"description": "Multi-platform app to search, download, and manage TV shows.",
"official": true,
"primary_pkg": "sonarr",
"category": "content",
"maintainer": "iXsystems <[email protected]>",
"homepage": "https://sonarr.tv/"
},
"transmission": {
"MANIFEST": "transmission.json",
"name": "Transmission",
"icon": "https://www.trueos.org/iocage-icons/transmission.png",
"description": "Fast and lightweight BitTorrent client.",
"official": true,
"primary_pkg": "transmission-daemon",
"category": "content",
"maintainer": "iXsystems <[email protected]>",
"homepage": "https://transmissionbt.com/"
},
"tarsnap": {
"MANIFEST": "tarsnap.json",
"name": "Tarsnap",
"icon": "https://www.trueos.org/iocage-icons/tarsnap.png",
"description": "Secure online backup service for UNIX-like operating systems.",
"official": true,
"primary_pkg": "tarsnap",
"category": "backup",
"maintainer": "iXsystems <[email protected]>",
"homepage": "https://www.tarsnap.com/"
},
"tautulli": {
"MANIFEST": "tautulli.json",
"name": "Tautulli",
"icon": "https://www.trueos.org/iocage-icons/tautulli.png",
"description": "Monitors analytics and notifications for Plex Media Server. (formerly known as PlexPy)",
"official": false,
"primary_pkg": "Git branch - Master",
"category": "entertainment",
"maintainer": "iXsystems <[email protected]>",
"homepage": "https://tautulli.com/"
},
"bru-server": {
"MANIFEST": "bru-server.json",
"name": "BRU Server",
"icon": "https://www.trueos.org/iocage-icons/bru-server.png",
"description": "BRU Server™ Backup and Recovery Software by TOLIS Group, Inc.",
"license": "https://raw.githubusercontent.com/freenas/iocage-plugin-bru-server/master/bru-license",
"official": true,
"primary_pkg": null,
"category": "backup",
"maintainer": "iXsystems <[email protected]>",
"homepage": "http://www.tolisgroup.com/client-server-cross-platform-backup.html"
},
"bacula-server": {
"MANIFEST": "bacula-server.json",
"name": "Bacula-server",
"icon": "https://www.trueos.org/iocage-icons/bacula-server.png",
"description": "Manage, backup, recover, and verify data across a diverse network of computers.",
"official": true,
"primary_pkg": "bacula9-server",
"category": "backup",
"maintainer": "iXsystems <[email protected]>",
"homepage": "https://www.baculasystems.com/"
},
"qbittorrent": {
"MANIFEST": "qbittorrent.json",
"name": "qbittorrent",
"icon": "https://www.trueos.org/iocage-icons/qbittorrent.png",
"description": "Open source Bittorent client written in C++ and QT.",
"official": true,
"primary_pkg": "qbittorrent-nox",
"category": "content",
"maintainer": "iXsystems <[email protected]>",
"homepage": "http://qbittorrent.org/"
},
"zoneminder": {
"MANIFEST": "zoneminder.json",
"name": "Zoneminder",
"icon": "https://www.trueos.org/iocage-icons/zoneminder.png",
"description": "Closed-circuit television management application which supports IP, USB, and analog cameras.",
"official": true,
"primary_pkg": "zoneminder",
"category": "security",
"maintainer": "iXsystems <[email protected]>",
"homepage": "https://zoneminder.com/"
},
"radarr": {
"MANIFEST": "radarr.json",
"name": "radarr",
"icon": "https://www.trueos.org/iocage-icons/radarr.png",
"description": "Fork of Sonarr. Automatically download movies in the style of Couchpotato.",
"official": true,
"primary_pkg": "radarr",
"category": "content",
"maintainer": "iXsystems <[email protected]>",
"homepage": "https://radarr.video/"
},
"mineos": {
"MANIFEST": "mineos.json",
"name": "MineOS",
"icon": "https://www.trueos.org/iocage-icons/mineos.png",
"description": "Set up and manage Minecraft servers.",
"official": false,
"primary_pkg": "Git branch - Master",
"category": "entertainment",
"maintainer": "iXsystems <[email protected]>",
"homepage": "https://minecraft.codeemo.com/"
},
"iconik": {
"MANIFEST": "iconik.json",
"name": "Iconik",
"description": "Streamlines media asset management by making local and cloud-based assets discoverable from a single interface.",
"official": true,
"icon": "https://raw.githubusercontent.com/freenas/iocage-ix-plugins/master/icons/iconik.png",
"primary_pkg": "iconik_storage_gateway",
"category": "collaboration",
"maintainer": "iXsystems <[email protected]>",
"homepage": "https://iconik.io/"
},
"Storjstoragenode": {
"MANIFEST": "Storjstoragenode.json",
"name": "Storjstoragenode",
"description": "FreeNAS native plugin to install and manage your Storj/Tardigrade storagenode. Make your unused NAS resources work for you and help support the leading distributed storage platform.",
"official": true,
"icon": "https://raw.githubusercontent.com/freenas/iocage-ix-plugins/master/icons/storjstoragenode.png",
"primary_pkg": "Git branch - master",
"category": "storage",
"maintainer": "Utropicmedia <[email protected]>",
"homepage": "https://documentation.storj.io/#need-help"
}
}