forked from ix-plugin-hub/iocage-plugin-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INDEX
653 lines (653 loc) · 24.3 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
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
{
"adguardhome": {
"MANIFEST": "adguardhome.json",
"name": "AdGuardHome",
"icon": "https://icons.freenas.org/community-icons/adguardhome.png",
"description": "AdGuard Home is a network-wide software for blocking ads & tracking.",
"official": false,
"primary_pkg": "adguardhome",
"category": "networking",
"homepage": "https://github.com/AdguardTeam/AdGuardHome"
},
"archiwarep5": {
"MANIFEST": "archiwarep5.json",
"name": "Archiware P5",
"icon": "https://icons.freenas.org/community-icons/archiwarep5.png",
"description": "Archiwares P5 Software Suite is a platform-agnostic data management software for archiving, backup and cloning. The browser-based interface comprises four modules, which use different methods to secure and restore data: P5 Synchronize: Clones data to create a failover solution for time critical setups, P5 Backup: Produces security copies of files for a quick restore, Backup2Go: Backs up desktop and laptop data to disk and P5 Archive: Migrates data offline for long-term storage.",
"official": false,
"primary_pkg": "archiwarep5",
"category": "backup",
"homepage": "http://www.archiware.com/"
},
"backuppc": {
"MANIFEST": "backuppc.json",
"name": "BackupPC",
"icon": "https://icons.freenas.org/community-icons/backuppc.png",
"description": "Enterprise-grade system for backing up Linux, Windows, and MacOSX computers to a server.",
"official": false,
"primary_pkg": "backuppc4",
"category": "security",
"homepage": "http://backuppc.sourceforge.net/"
},
"bazarr": {
"MANIFEST": "bazarr.json",
"description": "Bazarr is a companion application to Sonarr and Radarr that manages and downloads subtitles.",
"icon": "https://icons.freenas.org/community-icons/bazarr.png",
"name": "Bazarr",
"official": false,
"primary_pkg": null
},
"bind": {
"MANIFEST": "bind.json",
"description": "BIND DNS server",
"icon": "https://icons.freenas.org/community-icons/bind.png",
"name": "Bind DNS",
"official": false,
"primary_pkg": "bind916"
},
"calibre-web": {
"MANIFEST": "calibre-web.json",
"description": "Web app for browsing, reading and downloading eBooks stored in a Calibre database",
"icon": "https://icons.freenas.org/community-icons/calibre-web.png",
"name": "Calibre-Web",
"official": false,
"primary_pkg": null
},
"channels-dvr": {
"MANIFEST": "channels-dvr.json",
"description": "DVR server for the Channels apps. Makes digital recordings of broadcast television using HDHomeRun network tuners. (Requires Subscription)",
"icon": "https://icons.freenas.org/community-icons/channels-dvr.png",
"name": "Channels DVR",
"official": false,
"primary_pkg": ""
},
"chia": {
"MANIFEST": "chia.json",
"description": "A new blockchain and smart transaction platform that is easier to use, more efficient, and secure.",
"icon": "https://icons.freenas.org/community-icons/chia.png",
"name": "Chia",
"official": false,
"primary_pkg": ""
},
"clamav": {
"MANIFEST": "clamav.json",
"name": "ClamAV",
"icon": "https://icons.freenas.org/community-icons/clamav.png",
"description": "Open source antivirus engine for detecting trojans, viruses, malware, and other malicious threats.",
"official": false,
"primary_pkg": "clamav",
"category": "security",
"homepage": "https://www.clamav.net/"
},
"deluge-pip": {
"MANIFEST": "deluge-pip.json",
"description": "Deluge is Python-based Bittorent client.",
"icon": "https://icons.freenas.org/community-icons/deluge.png",
"name": "Deluge",
"official": false,
"primary_pkg": ""
},
"dnsmasq": {
"MANIFEST": "dnsmasq.json",
"description": "Network infrastructure management for small networks: DNS, DHCP, router advertisement, and network boot.",
"icon": "https://icons.freenas.org/community-icons/dnsmasq.svg",
"name": "Dnsmasq",
"official": false,
"primary_pkg": "dnsmasq"
},
"drupal8": {
"MANIFEST": "drupal8.json",
"description": "Drupal is an open source platform for building amazing digital experiences.",
"icon": "https://icons.freenas.org/community-icons/drupal.png",
"name": "Drupal8",
"official": false,
"primary_pkg": "drupal8"
},
"duplicati": {
"MANIFEST": "duplicati.json",
"name": "Duplicati",
"description": "Duplicati 2.0 Store securely encrypted backups on cloud storage services!",
"official": false,
"icon": "https://icons.freenas.org/community-icons/duplicati.png",
"primary_pkg": "",
"category": "backup"
},
"emby": {
"MANIFEST": "emby.json",
"name": "Emby Server - Beta",
"icon": "https://icons.freenas.org/community-icons/emby.png",
"description": "Beta branch of Emby, the home media server to organize, play, and stream audio and video to a variety of devices!",
"official": false,
"primary_pkg": "emby-server-devel",
"category": "entertainment",
"homepage": "https://emby.media/"
},
"emby-server-stable": {
"MANIFEST": "emby-server-stable.json",
"name": "Emby Server - Stable",
"icon": "https://icons.freenas.org/community-icons/emby-server-png-128.png",
"primary_pkg": "emby-server",
"description": "Stable branch of Emby, which brings together your personal videos, music, photos, and live television!",
"official": false,
"category": "entertainment",
"homepage": "https://emby.media/"
},
"famp": {
"MANIFEST": "famp.json",
"description": "FAMP (FreeBSD, Apache, MySQL and PHP) web server",
"icon": "https://icons.freenas.org/community-icons/famp.png",
"name": "FAMP",
"official": false,
"primary_pkg": null
},
"FlareSolverr": {
"MANIFEST": "flaresolverr.json",
"description": "FlareSolverr is a proxy server to bypass Cloudflare and DDoS-GUARD protection",
"icon": "https://icons.freenas.org/community-icons/flaresolverr.png",
"name": "FlareSolverr",
"official": false,
"primary_pkg": null
},
"gitea": {
"MANIFEST": "gitea.json",
"name": "Gitea",
"icon": "https://icons.freenas.org/community-icons/gitea.png",
"description": "Gitea is a community managed lightweight code hosting solution written in Go.",
"official": false,
"primary_pkg": "gitea"
},
"gitlab": {
"MANIFEST": "gitlab.json",
"name": "GitLab",
"icon": "https://icons.freenas.org/community-icons/gitlab.png",
"description": "Gitlab CE - Git and CI platform to manage development projects",
"official": false,
"primary_pkg": "gitlab-ce"
},
"grafana": {
"MANIFEST": "grafana.json",
"description": "Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. Create, explore, and share dashboards with your team and foster a data driven culture.",
"icon": "https://icons.freenas.org/community-icons/grafana.png",
"name": "Grafana (with InfluxDB)",
"official": false,
"primary_pkg": "grafana8"
},
"graylog": {
"MANIFEST": "graylog.json",
"description": "Seamless log data collection, faster analysis, and the answers you need when you need them.",
"icon": "https://icons.freenas.org/community-icons/graylog.png",
"name": "Graylog",
"official": false,
"primary_pkg": "graylog",
"homepage": "https://www.graylog.org/"
},
"guacamole": {
"MANIFEST": "guacamole.json",
"description": "Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH.",
"icon": "https://icons.freenas.org/community-icons/guacamole.png",
"name": "Guacamole",
"official": false,
"primary_pkg": "guacamole-client",
"homepage": "https://guacamole.apache.org/"
},
"heimdall-dashboard": {
"MANIFEST": "heimdall-dashboard.json",
"description": "Heimdall Application Dashboard is an elegant solution to organize all your web applications and links onto a single page website.",
"icon": "https://icons.freenas.org/community-icons/heimdall-dashboard.png",
"name": "Heimdall",
"official": false,
"primary_pkg": null
},
"homebridge": {
"MANIFEST": "homebridge.json",
"description": "Lightweight iOS HomeKit API emulator. Enables adding unsupported devices to HomeKit.",
"icon": "https://icons.freenas.org/community-icons/homebridge.png",
"name": "Homebridge",
"official": false,
"primary_pkg": null
},
"hoobs": {
"MANIFEST": "hoobs.json",
"description": "HOOBS a Homebridge stack with a interface that simplifies configuration and installing plugins. This adds a process wrapper for Homebridge. It also adds an API that can be used as an endpoint for an application.",
"icon": "https://icons.freenas.org/community-icons/hoobs.png",
"name": "HOOBS",
"primary_pkg": null,
"official": false
},
"i2p": {
"MANIFEST": "i2p.json",
"name": "I2P",
"icon": "https://icons.freenas.org/community-icons/i2p.png",
"description": "The Invisible Internet Project (I2P) is an anonymous network layer (implemented as a Mix Network) that allows for censorship-resistant, peer to peer communication.",
"official": false,
"primary_pkg": "i2p"
},
"irssi": {
"MANIFEST": "irssi.json",
"description": "Modular IRC client using a CLI interface.",
"icon": "https://icons.freenas.org/community-icons/irssi.png",
"name": "irssi",
"official": false,
"primary_pkg": "irssi"
},
"jackett": {
"MANIFEST": "jackett.json",
"description": "API Support for your favorite torrent trackers",
"icon": "https://icons.freenas.org/community-icons/jackett.png",
"name": "Jackett",
"official": false,
"primary_pkg": "jackett"
},
"jdownloader": {
"MANIFEST": "jdownloader.json",
"description": "JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be. Users can start, stop or pause downloads, set bandwith limitations, auto-extract archives and much more. It's an easy-to-extend framework that can save hours of your valuable time every day!",
"icon": "https://icons.freenas.org/community-icons/jdownloader.png",
"name": "JDownloader",
"official": false,
"primary_pkg": null
},
"jellyfin": {
"MANIFEST": "jellyfin.json",
"description": "Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps.",
"icon": "https://icons.freenas.org/community-icons/jellyfin.png",
"name": "Jellyfin",
"official": false,
"primary_pkg": null
},
"jenkins": {
"MANIFEST": "jenkins.json",
"name": "Jenkins",
"icon": "https://icons.freenas.org/community-icons/jenkins.png",
"description": "Open source build automation software.",
"official": false,
"primary_pkg": "jenkins",
"category": "devops",
"homepage": "https://jenkins.io/"
},
"jenkins-lts": {
"MANIFEST": "jenkins-lts.json",
"name": "Jenkins (LTS)",
"icon": "https://icons.freenas.org/community-icons/jenkins.png",
"description": "Open source build automation software. (Long Term Support Version)",
"official": false,
"primary_pkg": "jenkins-lts",
"category": "devops",
"homepage": "https://jenkins.io/"
},
"lidarr": {
"MANIFEST": "lidarr.json",
"description": "Fork of Sonarr. Automatically download music in the style of Couchpotato.",
"icon": "https://raw.githubusercontent.com/lidarr/Lidarr/develop/Logo/128.png",
"name": "Lidarr",
"official": false,
"primary_pkg": "lidarr"
},
"logitechmediaserver": {
"MANIFEST": "logitechmediaserver.json",
"description": "Logitech Media Server (formerly SlimServer, SqueezeCenter and Squeezebox Server) is a streaming audio server supported by Logitech (formerly Slim Devices).",
"icon": "https://github.com/ix-plugin-hub/iocage-plugin-index/raw/master/icons/logitechmediaserver.png",
"name": "Logitech Media Server",
"official": false,
"primary_pkg": null,
"category": "entertainment",
"homepage": "https://forums.slimdevices.com/"
},
"madsonic": {
"MANIFEST": "madsonic.json",
"description": "Open source media streaming software and music player.",
"icon": "https://icons.freenas.org/community-icons/madsonic.png",
"name": "MadSonic",
"official": false,
"primary_pkg": null
},
"mariadb": {
"MANIFEST": "mariadb.json",
"name": "MariaDB Server",
"description": "The open source relational database. No additional services included - KISS!",
"icon": "https://icons.freenas.org/community-icons/mariadb.png",
"primary_pkg": "mariadb105-server",
"official": false,
"category": "server",
"homepage": "https://mariadb.org/"
},
"monica": {
"MANIFEST": "monica.json",
"name": "Monica",
"icon": "https://icons.freenas.org/community-icons/monica.png",
"description": "Personal CRM. Remember everything about your friends, family and business relationships.",
"official": false,
"primary_pkg": null,
"homepage": "https://www.monicahq.com"
},
"motioneye": {
"MANIFEST": "motioneye.json",
"description": "motionEye is a web frontend for the motion daemon, written in Python.",
"icon": "https://icons.freenas.org/community-icons/motioneye.png",
"name": "MotionEye",
"official": false,
"primary_pkg": null
},
"movienight": {
"MANIFEST": "movienight.json",
"description": "Single-instance streaming server with chat.",
"icon": "https://icons.freenas.org/community-icons/movienight.png",
"name": "Movie Night",
"official": false,
"primary_pkg": null,
"category": "entertainment",
"homepage": "https://github.com/zorchenhimer/MovieNight"
},
"n8n": {
"MANIFEST": "n8n.json",
"description": "Extendable workflow automation",
"icon": "https://icons.freenas.org/community-icons/n8n.png",
"name": "n8n",
"official": false,
"primary_pkg": null,
"category": "entertainment",
"homepage": "https://n8n.io/"
},
"netdata": {
"MANIFEST": "netdata.json",
"description": "Monitor everything in real-time",
"icon": "https://icons.freenas.org/community-icons/netdata.png",
"primary_pkg": "netdata",
"maintainer": "Kris Moore <[email protected]>",
"name": "Netdata",
"official": false
},
"nexus-oss": {
"MANIFEST": "nexus-oss.json",
"name": "NexusOSS",
"icon": "https://icons.freenas.org/community-icons/nexus-oss.png",
"description": "Nexus OSS Repository Manager",
"maintainer": "Filippe Spolti <[email protected]>",
"official": false,
"primary_pkg": null
},
"nxfilter": {
"MANIFEST": "nxfilter.json",
"description": "NxFilter is a light-weight DNS filter.",
"icon": "https://icons.freenas.org/community-icons/nxfilter.png",
"primary_pkg": null,
"name": "NxFilter",
"official": false,
"category": "networking",
"homepage": "https://nxfilter.org/"
},
"nzbget": {
"MANIFEST": "nzbget.json",
"name": "NZBGet",
"primary_pkg": null,
"description": "The most efficient usenet downloader.",
"icon": "https://icons.freenas.org/community-icons/nzbget.png",
"official": false
},
"openvpn": {
"MANIFEST": "openvpn.json",
"description": "Virtual private network software to create secure point-to-point connections.",
"icon": "https://icons.freenas.org/community-icons/openvpn.png",
"name": "OpenVPN Server",
"official": false,
"primary_pkg": "openvpn"
},
"openspeedtest-server": {
"MANIFEST": "openspeedtest-server.json",
"description": "HTML5 Network Speed Test Apllication by OpenSpeedTest.",
"icon": "https://icons.freenas.org/community-icons/openspeedtest.png",
"name": "OpenSpeedTest",
"official": false,
"primary_pkg": null
},
"paperless-ngx": {
"MANIFEST": "paperless-ngx.json",
"description": "Paperless-ngx is a document management system that transforms your physical documents into a searchable online archive.",
"icon": "https://icons.freenas.org/community-icons/paperless-ngx.png",
"name": "Paperless-ngx",
"official": false,
"primary_pkg": null,
"homepage": "https://paperless-ngx.readthedocs.io/en/latest/index.html"
},
"photoprism": {
"MANIFEST": "photoprism.json",
"description": "PhotoPrism® is an AI-Powered Photos App for the Decentralized Web. It makes use of the latest technologies to tag and find pictures automatically without getting in your way.",
"icon": "https://icons.freenas.org/community-icons/photoprism.png",
"name": "photoprism",
"official": false,
"primary_pkg": null
},
"photoview": {
"MANIFEST": "photoview.json",
"description": "Photoview is a simple and user-friendly photo gallery that's made for photographers and aims to provide an easy and fast way to navigate directories, with thousands of high-resolution photos.",
"icon": "https://icons.freenas.org/community-icons/photoview.png",
"name": "photoview",
"official": false,
"primary_pkg": null
},
"piwigo": {
"MANIFEST": "piwigo.json",
"description": "Piwigo is open source photo gallery software for the web. Designed for organisations, teams and individuals.",
"icon": "https://icons.freenas.org/community-icons/piwigo.png",
"name": "Piwigo Gallery",
"official": false,
"primary_pkg": null
},
"privatebin": {
"MANIFEST": "privatebin.json",
"description": "PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data.",
"icon": "https://icons.freenas.org/community-icons/privatebin.png",
"name": "PrivateBin",
"official": false,
"primary_pkg": "privatebin"
},
"prowlarr": {
"MANIFEST": "prowlarr.json",
"description": "Indexer for torrent and usenet trackers.",
"icon": "https://icons.freenas.org/community-icons/prowlarr.png",
"name": "Prowlarr",
"official": false,
"primary_pkg": "prowlarr"
},
"qbittorrent": {
"MANIFEST": "qbittorrent.json",
"name": "qbittorrent",
"icon": "https://icons.freenas.org/community-icons/qbittorrent.png",
"description": "Open source Bittorent client written in C++ and QT.",
"official": false,
"primary_pkg": "qbittorrent-nox",
"category": "content",
"homepage": "http://qbittorrent.org/"
},
"quasselcore": {
"MANIFEST": "quasselcore.json",
"description": "Headless IRC Client that supports 24/7 connectivity. Quassel Client can be attached.",
"icon": "https://icons.freenas.org/community-icons/quasselcore.png",
"name": "Quasselcore",
"official": false,
"primary_pkg": "quassel-core"
},
"rabbitmq": {
"MANIFEST": "rabbitmq.json",
"name": "rabbitmq",
"icon": "https://icons.freenas.org/community-icons/rabbitmq.png",
"description": "RabbitMQ is a popular open source message broker.",
"official": false,
"primary_pkg": "rabbitmq",
"category": "content",
"homepage": "https://rabbitmq.com/"
},
"radarr": {
"MANIFEST": "radarr.json",
"name": "radarr",
"icon": "https://icons.freenas.org/community-icons/radarr.png",
"description": "Fork of Sonarr. Automatically download movies in the style of Couchpotato.",
"official": false,
"primary_pkg": "radarr",
"category": "content",
"homepage": "https://radarr.video/"
},
"redis": {
"MANIFEST": "redis.json",
"name": "Redis",
"icon": "https://icons.freenas.org/community-icons/redis.png",
"description": "Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams.",
"official": false,
"primary_pkg": "null",
"category": "content",
"homepage": "https://redis.io/"
},
"readarr": {
"MANIFEST": "readarr.json",
"name": "readarr",
"icon": "https://icons.freenas.org/community-icons/readarr.png",
"description": "Sonarr for Ebooks. Automatically download books in the style of Couchpotato.",
"official": false,
"primary_pkg": "readarr",
"category": "content",
"homepage": "https://readarr.com"
},
"rslsync": {
"MANIFEST": "rslsync.json",
"name": "rslsync",
"icon": "https://icons.freenas.org/community-icons/rslsync.png",
"description": "Resilient, fast and scalable file sync software for enterprises and individuals.",
"official": false,
"primary_pkg": "null",
"category": "content",
"homepage": "https://www.resilio.com/"
},
"rtorrent-flood": {
"MANIFEST": "rtorrent-flood.json",
"description": "rTorrent with Flood web interface (optionally restricted to OpenVPN).",
"icon": "https://icons.freenas.org/community-icons/rtorrent-flood.png",
"name": "rtorrent-flood",
"official": false,
"primary_pkg": "rtorrent"
},
"sabnzbd": {
"MANIFEST": "sabnzbd.json",
"description": "Sabznbd is a newsgroup reader.",
"icon": "https://icons.freenas.org/community-icons/sabnzbd.png",
"name": "Sabnzbd",
"official": false,
"primary_pkg": "sabnzbdplus"
},
"sickchill": {
"MANIFEST": "sickchill.json",
"description": "Automatic video library manager for TV Shows.",
"icon": "https://icons.freenas.org/community-icons/sickchill.png",
"name": "SickChill",
"official": false,
"primary_pkg": null
},
"sonarr": {
"MANIFEST": "sonarr.json",
"name": "Sonarr",
"icon": "https://icons.freenas.org/community-icons/sonarr.png",
"description": "Multi-platform app to search, download, and manage TV shows.",
"official": false,
"primary_pkg": "sonarr",
"category": "content",
"homepage": "https://sonarr.tv/"
},
"tautulli": {
"MANIFEST": "tautulli.json",
"name": "Tautulli",
"icon": "https://icons.freenas.org/community-icons/tautulli.png",
"description": "Monitors analytics and notifications for Plex Media Server. (formerly known as PlexPy)",
"official": false,
"primary_pkg": null,
"category": "entertainment",
"homepage": "https://tautulli.com/"
},
"torr-server": {
"MANIFEST": "torr-server.json",
"name": "TorrServer",
"primary_pkg": "",
"icon": "https://icons.freenas.org/community-icons/torr-server.png",
"description": "TorrServer",
"official": false
},
"transmission": {
"MANIFEST": "transmission.json",
"name": "Transmission",
"icon": "https://icons.freenas.org/community-icons/transmission.png",
"description": "Fast and lightweight BitTorrent client.",
"official": false,
"primary_pkg": "transmission-daemon",
"category": "content",
"homepage": "https://transmissionbt.com/"
},
"unificontroller": {
"MANIFEST": "unificontroller.json",
"description": "Software-Defined Networking platform that provides an end-to-end system of network devices across different locations.",
"icon": "https://icons.freenas.org/community-icons/unificontroller.png",
"name": "unificontroller",
"official": false,
"primary_pkg": "unifi8"
},
"urbackup": {
"MANIFEST": "urbackup.json",
"name": "UrBackup",
"icon": "https://icons.freenas.org/community-icons/urbackup.png",
"description": "UrBackup is an easy to setup Open Source client/server backup system, that through a combination of image and file backups accomplishes both data safety and a fast restoration time.",
"official": false,
"primary_pkg": "urbackup-server",
"category": "security",
"homepage": "https://www.urbackup.org/"
},
"vault": {
"MANIFEST": "vault.json",
"name": "vault",
"icon": "https://icons.freenas.org/community-icons/vault.png",
"description": "Manage secrets and protect sensitive data.",
"official": false,
"primary_pkg": "vault",
"category": "devops",
"homepage": "https://www.vaultproject.io/"
},
"weechat": {
"MANIFEST": "weechat.json",
"description": "Fast and light IRC client.",
"icon": "https://icons.freenas.org/community-icons/weechat.png",
"name": "weechat",
"official": false,
"primary_pkg": "weechat"
},
"xmrig": {
"MANIFEST": "xmrig.json",
"description": "High performance Monero (XMR) CPU miner written in C++.",
"icon": "https://icons.freenas.org/community-icons/xmrig.png",
"name": "XMRig",
"official": false,
"primary_pkg": "xmrig"
},
"zabbixserver": {
"MANIFEST": "zabbixserver.json",
"name": "Zabbix Server",
"icon": "https://icons.freenas.org/community-icons/zabbix.png",
"description": "Zabbix is an open-source monitoring software tool for diverse IT components, including networks, servers, virtual machines (VMs) and cloud services",
"official": false,
"primary_pkg": "zabbix6-server",
"category": "management",
"homepage": "https://www.zabbix.com/"
},
"zoneminder": {
"MANIFEST": "zoneminder.json",
"name": "Zoneminder",
"icon": "https://icons.freenas.org/community-icons/zoneminder.png",
"description": "Closed-circuit television management application which supports IP, USB, and analog cameras.",
"official": false,
"primary_pkg": "zoneminder",
"category": "security",
"homepage": "https://zoneminder.com/"
},
"zrepl": {
"MANIFEST": "zrepl.json",
"description": "zrepl is a one-stop, integrated solution for ZFS replication.",
"icon": "https://icons.freenas.org/community-icons/zrepl.png",
"name": "zrepl",
"official": false,
"primary_pkg": "zrepl"
}
}