mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "transmission-magnet-redirect",
|
|
"version": "0.3.0",
|
|
"slug": "transmission-magnet-redirect",
|
|
"legacy": false,
|
|
"maintenance": {
|
|
"github_release": "https://github.com/petersendev/docker-transmission-magnet-redirect",
|
|
"version_regex": "(\\d+\\.\\d\\.\\d)"
|
|
},
|
|
"description": "Redirect magnet links to transmission",
|
|
"url": "https://github.com/petersendev/hassio-addons/transmission-magnet-redirect",
|
|
"startup": "services",
|
|
"arch": [
|
|
"amd64"
|
|
],
|
|
"ports": {
|
|
"9092/tcp": 9092
|
|
},
|
|
"ports_description": {
|
|
"9092/tcp": "web ui"
|
|
},
|
|
"webui": "http://[HOST]:[PORT:9092]",
|
|
"boot": "auto",
|
|
"options": {
|
|
"Transmission__Host": "homeassistant",
|
|
"Transmission__Port": "9091",
|
|
"Transmission__User": "",
|
|
"Transmission__Password": "",
|
|
"Transmission__MagnetWatchDir": ""
|
|
},
|
|
"schema": {
|
|
"Transmission__Host": "str",
|
|
"Transmission__Port": "str",
|
|
"Transmission__User": "str",
|
|
"Transmission__Password": "str",
|
|
"Transmission__MagnetWatchDir": "str"
|
|
},
|
|
"image": "petersendev/hassio-transmission-magnet-redirect-{arch}"
|
|
} |