forked from freenas/iocage-ix-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
asigra.json
40 lines (40 loc) · 1.03 KB
/
asigra.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
{
"name": "asigra",
"release": "11.3-RELEASE",
"artifact": "https://github.com/ix-plugin-hub/iocage-plugin-asigra.git",
"pkgs": [
"postgresql10-server",
"postgresql10-client",
"postgresql10-contrib",
"postgresql10-plpython",
"ca_root_nss",
"nss_ldap",
"pam_ldap",
"nginx",
"dsoperator",
"dssystem"
],
"properties": {
"mount_devfs": 1,
"mount_fdescfs": 1,
"mount_procfs": 1,
"allow_set_hostname": 1,
"allow_raw_sockets": 1,
"allow_sysvipc": 1,
"sysvmsg": "new",
"sysvsem": "new",
"sysvshm": "new",
"vnet": 1,
"dhcp": 1
},
"packagesite": "http://download.truenas.com/plugins/asigra/stable/11.3-RELEASE",
"fingerprints": {
"iocage-plugins": [
{
"function": "sha256",
"fingerprint": "226efd3a126fb86e71d60a37353d17f57af816d1c7ecad0623c21f0bf73eb0c7"
}
]
},
"revision": "0"
}