-
Notifications
You must be signed in to change notification settings - Fork 4
/
mineos.json
35 lines (35 loc) · 834 Bytes
/
mineos.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": "mineos",
"plugin_schema": "2",
"release": "12.4-RELEASE",
"artifact": "https://github.com/jsegaert/iocage-plugin-mineos.git",
"properties": {
"mount_procfs": 1,
"mount_linprocfs": 1,
"allow_raw_sockets": 1,
"nat_forwards":"tcp(8443:8443),tcp(25565:25565),tcp(25566:25566),tcp(25567:25567),tcp(25568:25568),tcp(25569:25569),tcp(25570:25570)"
},
"pkgs": [
"py39-rdiff-backup",
"screen",
"rsync",
"gmake",
"git-lite",
"python39",
"node",
"npm",
"openjdk17",
"wget",
"bash"
],
"packagesite": "http://pkg.FreeBSD.org/${ABI}/latest",
"fingerprints": {
"plugin-default": [
{
"function": "sha256",
"fingerprint": "b0170035af3acc5f3f3ae1859dc717101b4e6c1d0a794ad554928ca0cbb2f438"
}
]
},
"official": false
}