47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"categories": [
|
|
"Downloaders"
|
|
],
|
|
"description": "Transmission is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more.",
|
|
"env": [
|
|
{
|
|
"default": "1000",
|
|
"label": "PUID",
|
|
"name": "PUID"
|
|
},
|
|
{
|
|
"default": "1000",
|
|
"label": "PGID",
|
|
"name": "PGID"
|
|
}
|
|
],
|
|
"image_arm32": "linuxserver/transmission:latest",
|
|
"image_arm64": "linuxserver/transmission:latest",
|
|
"image_amd64": "linuxserver/transmission:latest",
|
|
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/transmission-icon.png",
|
|
"name": "transmission",
|
|
"officialDoc": "https://docs.linuxserver.io/images/docker-transmission",
|
|
"platform": "linux",
|
|
"ports": [
|
|
"9091:9091/tcp",
|
|
"51413:51413/tcp"
|
|
],
|
|
"restart_policy": "unless-stopped",
|
|
"title": "Transmission",
|
|
"type": 1,
|
|
"volumes": [
|
|
{
|
|
"bind": "/portainer/Files/AppData/Config/Transmission",
|
|
"container": "/config"
|
|
},
|
|
{
|
|
"bind": "/portainer/Files/Downloads",
|
|
"container": "/downloads"
|
|
},
|
|
{
|
|
"container": "/watch"
|
|
}
|
|
],
|
|
"webpage": "https://transmissionbt.com/"
|
|
}
|