Torrent queuing pod
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.3 KiB

{
"acKind": "ImageManifest",
"acVersion": "0.8.8",
"name": "unixvoid.com/seedpod",
"labels": [
{
"name": "version",
"value": "latest"
},
{
"name": "arch",
"value": "amd64"
},
{
"name": "os",
"value": "linux"
}
],
"app": {
"user": "root",
"group": "root",
"exec": [
"/run.sh"
],
"ports": [
{
"name": "web",
"protocol": "tcp",
"port": 9091
}
],
"mountPoints": [
{
"name": "downloads",
"path": "/transmission/downloads/",
"readOnly": false
},
{
"name": "incomplete",
"path": "/transmission/incomplete/",
"readOnly": false
}
],
"isolators": [
{
"name": "os/linux/capabilities-retain-set",
"value": {
"set": [
"CAP_NET_RAW",
"CAP_NET_ADMIN",
"CAP_NET_BIND_SERVICE",
"CAP_CHOWN"
]
}
}
]
},
"annotations": [
{
"name": "authors",
"value": "Matthew Faltys <mfaltys@gmail.com>"
}
]
}