mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Merge pull request #55 from petersendev/updates-2020-08-23
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
## 0.13.0
|
||||
|
||||
- Update jackett to 0.16.1023 (linuxserver/jackett:v0.16.1023-ls15)
|
||||
|
||||
## 0.12.0
|
||||
|
||||
- Update jackett to 0.16.962 (linuxserver/jackett:v0.16.962-ls13)
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"build_from_template": {
|
||||
"image": "linuxserver/jackett",
|
||||
"version": "v0.16.962-ls13"
|
||||
"version": "v0.16.1023-ls15"
|
||||
},
|
||||
"build_from": {
|
||||
"armhf": "linuxserver/jackett:arm32v7-v0.16.962-ls13",
|
||||
"aarch64": "linuxserver/jackett:arm64v8-v0.16.962-ls13",
|
||||
"amd64": "linuxserver/jackett:amd64-v0.16.962-ls13"
|
||||
"armhf": "linuxserver/jackett:arm32v7-v0.16.1023-ls15",
|
||||
"aarch64": "linuxserver/jackett:arm64v8-v0.16.1023-ls15",
|
||||
"amd64": "linuxserver/jackett:amd64-v0.16.1023-ls15"
|
||||
},
|
||||
"squash": false,
|
||||
"args": {}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jackett",
|
||||
"version": "0.12.0",
|
||||
"version": "0.13.0",
|
||||
"slug": "jackett",
|
||||
"legacy": false,
|
||||
"maintenance": {
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 0.3.0
|
||||
|
||||
- Update transmission-magnet-redirect to 0.2.2 (petersendev/transmission-magnet-redirect:0.2.2)
|
||||
|
||||
## 0.2.0
|
||||
|
||||
- not a legacy addon anymore
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"build_from_template": {
|
||||
"image": "petersendev/transmission-magnet-redirect",
|
||||
"version": "0.1.2"
|
||||
"version": "0.2.2"
|
||||
},
|
||||
"build_from": {
|
||||
"amd64": "petersendev/transmission-magnet-redirect:0.1.2"
|
||||
"amd64": "petersendev/transmission-magnet-redirect:0.2.2"
|
||||
},
|
||||
"squash": false,
|
||||
"args": {}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,37 +1,39 @@
|
||||
{
|
||||
"name": "transmission-magnet-redirect",
|
||||
"version": "0.2.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": ""
|
||||
},
|
||||
"schema": {
|
||||
"Transmission__Host": "str",
|
||||
"Transmission__Port": "str",
|
||||
"Transmission__User": "str",
|
||||
"Transmission__Password": "str"
|
||||
},
|
||||
"image": "petersendev/hassio-transmission-magnet-redirect-{arch}"
|
||||
}
|
||||
"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}"
|
||||
}
|
||||
@@ -1,3 +1,7 @@
|
||||
## 0.5.0
|
||||
|
||||
- Update transmission-openvpn to 2.13 (haugene/transmission-openvpn:2.13)
|
||||
|
||||
## 0.4.0
|
||||
|
||||
- Update transmission-openvpn to 2.12 (haugene/transmission-openvpn:2.12)
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"build_from_template": {
|
||||
"image": "haugene/transmission-openvpn",
|
||||
"version": "2.12"
|
||||
"version": "2.13"
|
||||
},
|
||||
"build_from": {
|
||||
"armhf": "haugene/transmission-openvpn:2.12-armhf",
|
||||
"aarch64": "haugene/transmission-openvpn:2.12-arm64",
|
||||
"amd64": "haugene/transmission-openvpn:2.12-alpine"
|
||||
"armhf": "haugene/transmission-openvpn:2.13-armhf",
|
||||
"aarch64": "haugene/transmission-openvpn:2.13-arm64",
|
||||
"amd64": "haugene/transmission-openvpn:2.13-alpine"
|
||||
},
|
||||
"squash": false,
|
||||
"args": {}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "transmission-openvpn",
|
||||
"version": "0.4.0",
|
||||
"version": "0.5.0",
|
||||
"slug": "transmission-openvpn",
|
||||
"legacy": false,
|
||||
"maintenance": {
|
||||
|
||||
Reference in New Issue
Block a user