forked from freenas/iocage-ix-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INDEX
90 lines (90 loc) · 3.85 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
{
"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/"
},
"minio": {
"MANIFEST": "minio.json",
"name": "Minio",
"icon": "https://www.trueos.org/iocage-icons/minio.png",
"description": "High-performance object (S3) storage suite.",
"official": true,
"primary_pkg": "minio",
"category": "collaboration",
"maintainer": "iXsystems <[email protected]>",
"homepage": "https://min.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-php74",
"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/"
},
"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/"
},
"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/"
},
"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/"
},
"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/"
}
}