mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-06 13:12:31 +02:00
transmission-magnet-redirect: add option for magnet watch directory
This commit is contained in:
@@ -1,37 +1,39 @@
|
|||||||
{
|
{
|
||||||
"name": "transmission-magnet-redirect",
|
"name": "transmission-magnet-redirect",
|
||||||
"version": "0.3.0",
|
"version": "0.3.0",
|
||||||
"slug": "transmission-magnet-redirect",
|
"slug": "transmission-magnet-redirect",
|
||||||
"legacy": false,
|
"legacy": false,
|
||||||
"maintenance": {
|
"maintenance": {
|
||||||
"github_release": "https://github.com/petersendev/docker-transmission-magnet-redirect",
|
"github_release": "https://github.com/petersendev/docker-transmission-magnet-redirect",
|
||||||
"version_regex": "(\\d+\\.\\d\\.\\d)"
|
"version_regex": "(\\d+\\.\\d\\.\\d)"
|
||||||
},
|
},
|
||||||
"description": "Redirect magnet links to transmission",
|
"description": "Redirect magnet links to transmission",
|
||||||
"url": "https://github.com/petersendev/hassio-addons/transmission-magnet-redirect",
|
"url": "https://github.com/petersendev/hassio-addons/transmission-magnet-redirect",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"arch": [
|
"arch": [
|
||||||
"amd64"
|
"amd64"
|
||||||
],
|
],
|
||||||
"ports": {
|
"ports": {
|
||||||
"9092/tcp": 9092
|
"9092/tcp": 9092
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"9092/tcp": "web ui"
|
"9092/tcp": "web ui"
|
||||||
},
|
},
|
||||||
"webui": "http://[HOST]:[PORT:9092]",
|
"webui": "http://[HOST]:[PORT:9092]",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"options": {
|
"options": {
|
||||||
"Transmission__Host": "homeassistant",
|
"Transmission__Host": "homeassistant",
|
||||||
"Transmission__Port": "9091",
|
"Transmission__Port": "9091",
|
||||||
"Transmission__User": "",
|
"Transmission__User": "",
|
||||||
"Transmission__Password": ""
|
"Transmission__Password": "",
|
||||||
},
|
"Transmission__MagnetWatchDir": ""
|
||||||
"schema": {
|
},
|
||||||
"Transmission__Host": "str",
|
"schema": {
|
||||||
"Transmission__Port": "str",
|
"Transmission__Host": "str",
|
||||||
"Transmission__User": "str",
|
"Transmission__Port": "str",
|
||||||
"Transmission__Password": "str"
|
"Transmission__User": "str",
|
||||||
},
|
"Transmission__Password": "str",
|
||||||
"image": "petersendev/hassio-transmission-magnet-redirect-{arch}"
|
"Transmission__MagnetWatchDir": "str"
|
||||||
|
},
|
||||||
|
"image": "petersendev/hassio-transmission-magnet-redirect-{arch}"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user