Merge pull request #31 from petersendev/transmission-magnet-redirect

transmission-magnet-redirect
This commit is contained in:
Arne Petersen
2020-02-01 17:55:05 +01:00
committed by GitHub
7 changed files with 82 additions and 0 deletions

View File

@@ -153,4 +153,17 @@ jobs:
- template: .azure-pipelines/addon-template.yml
parameters:
addon: 'jackett'
arch: '--all'
- job: 'transmission_magnet_redirect'
condition: and(eq(variables['Build.SourceBranchName'], 'master'), succeeded('Hadolint'), succeeded('JQ'))
dependsOn:
- 'Hadolint'
- 'JQ'
pool:
vmImage: 'ubuntu-16.04'
steps:
- template: .azure-pipelines/addon-template.yml
parameters:
addon: 'transmission-magnet-redirect'
arch: '--all'

View File

@@ -0,0 +1,3 @@
## 0.1.2
- transmission-magnet-redirect 0.1.2 (petersendev/transmission-magnet-redirect:0.1.2)

View File

@@ -0,0 +1 @@
FROM petersendev/transmission-magnet-redirect:0.1.2

View File

@@ -0,0 +1,28 @@
# Hassio Add-ons by petersendev: transmission-magnet-redirect
## About
[transmission-magnet-redirect](https://github.com/petersendev/docker-transmission-magnet-redirect) is a web application which can register a protocol handler for magnet links and adds the download to tramsission.
This addon is based on this docker image: https://hub.docker.com/r/petersendev/transmission-magnet-redirect.
Image Licencse: Magnet.png [Creative Commons 4.0 BY-NC](https://creativecommons.org/licenses/by-nc/4.0/) from https://pngimg.com/download/17040
## Installation
The installation of this add-on is pretty straightforward and not different in
comparison to installing any other Hass.io add-on.
1. [Add my Hass.io add-ons repository][repository] to your Hass.io instance.
1. Install this add-on.
1. Click the `Save` button to store your configuration.
1. Start the add-on.
1. Check the logs of the add-on to see if everything went well.
1. Carefully configure the add-on to your preferences, see the official documentation for for that.
## Configuration
Webui can be found at `<your-ip>:9092`.
[repository]: https://github.com/petersendev/hassio-addons

View File

@@ -0,0 +1,37 @@
{
"name": "transmission-magnet-redirect",
"version": "0.1.2",
"slug": "transmission-magnet-redirect",
"legacy": true,
"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": ""
},
"schema": {
"Transmission__Host": "str",
"Transmission__Port": "str",
"Transmission__User": "str",
"Transmission__Password": "str"
},
"image": "petersendev/hassio-transmission-magnet-redirect-{arch}"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB