mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Merge pull request #31 from petersendev/transmission-magnet-redirect
transmission-magnet-redirect
This commit is contained in:
@@ -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'
|
||||
3
transmission-magnet-redirect/CHANGELOG.md
Normal file
3
transmission-magnet-redirect/CHANGELOG.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 0.1.2
|
||||
|
||||
- transmission-magnet-redirect 0.1.2 (petersendev/transmission-magnet-redirect:0.1.2)
|
||||
1
transmission-magnet-redirect/Dockerfile
Normal file
1
transmission-magnet-redirect/Dockerfile
Normal file
@@ -0,0 +1 @@
|
||||
FROM petersendev/transmission-magnet-redirect:0.1.2
|
||||
28
transmission-magnet-redirect/README.md
Normal file
28
transmission-magnet-redirect/README.md
Normal 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
|
||||
37
transmission-magnet-redirect/config.json
Normal file
37
transmission-magnet-redirect/config.json
Normal 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}"
|
||||
}
|
||||
BIN
transmission-magnet-redirect/icon.png
Normal file
BIN
transmission-magnet-redirect/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
BIN
transmission-magnet-redirect/logo.png
Normal file
BIN
transmission-magnet-redirect/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
Reference in New Issue
Block a user