forked from freenas/iocage-ix-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nextcloud.json
35 lines (35 loc) · 895 Bytes
/
nextcloud.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
{
"name": "Nextcloud",
"plugin_schema": "2",
"release": "12.2-RELEASE",
"artifact": "https://github.com/freenas/iocage-plugin-nextcloud.git",
"official": false,
"properties": {
"nat": 1,
"nat_forwards": "tcp(80:8282),tcp(443:8283)"
},
"pkgs": [
"ffmpeg",
"nextcloud-php80",
"php80-pecl-imagick-im7",
"php80-bcmath",
"php80-gmp",
"php80-pcntl",
"php80-pecl-redis",
"nginx",
"mysql80-server",
"redis",
"py38-fail2ban",
"py38-certbot"
],
"packagesite": "http://pkg.FreeBSD.org/${ABI}/latest",
"fingerprints": {
"iocage-plugins": [
{
"function": "sha256",
"fingerprint": "b0170035af3acc5f3f3ae1859dc717101b4e6c1d0a794ad554928ca0cbb2f438"
}
]
},
"revision": "1"
}