Files
hassio-addons/transmission_ls/config.json
2020-12-13 11:48:21 +01:00

52 lines
1.1 KiB
JSON

{
"name": "Transmission",
"version": "3.00-r0-ls69",
"slug": "transmission_ls",
"description": "Bittorrent client based on linuxserver image.",
"url": "https://github.com/alexbelgium/transmission_ls",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"ports": {
"9091/tcp": null,
"51413/tcp": 51413,
"51413/udp": 51413
},
"ports_description": {
"9091/tcp": "Web UI port (Not required for Hass.io Ingress)",
"51413/tcp": "Peer port (setup port forwarding to this port)",
"51413/udp": "Peer port (setup port forwarding to this port)"
},
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"full_access": true,
"webui": "http://[HOST]:[PORT:8443]",
"boot": "auto",
"environment": {
"PUID": 0,
"PGID": 0
},
"options": {
"PUID": 0,
"PGID": 0,
"download_dir": "/share/downloads",
"incomplete_dir": "/share/incomplete"
},
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?",
"download_dir": "str",
"incomplete_dir": "str"
}
}