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.

51 lines
1.0 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
}
]
},
"annotations": [
{
"name": "authors",
"value": "Matthew Faltys <mfaltys@gmail.com>"
}
]
}