mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-19 05:49:12 +02:00
Merge pull request #56 from petersendev/fixTransmissionMagnetRedirectMap
add mapping for /share
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
## 0.3.0
|
## 0.3.1
|
||||||
|
|
||||||
- Update transmission-magnet-redirect to 0.2.2 (petersendev/transmission-magnet-redirect:0.2.2)
|
- Update transmission-magnet-redirect to 0.2.2 (petersendev/transmission-magnet-redirect:0.2.2)
|
||||||
|
- support magnet watch dir option
|
||||||
|
- add mapping for /share (so you can access transmission watch dir for example)
|
||||||
|
|
||||||
## 0.2.0
|
## 0.2.0
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "transmission-magnet-redirect",
|
"name": "transmission-magnet-redirect",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"slug": "transmission-magnet-redirect",
|
"slug": "transmission-magnet-redirect",
|
||||||
"legacy": false,
|
"legacy": false,
|
||||||
"maintenance": {
|
"maintenance": {
|
||||||
@@ -19,6 +19,9 @@
|
|||||||
"ports_description": {
|
"ports_description": {
|
||||||
"9092/tcp": "web ui"
|
"9092/tcp": "web ui"
|
||||||
},
|
},
|
||||||
|
"map": [
|
||||||
|
"share:rw"
|
||||||
|
],
|
||||||
"webui": "http://[HOST]:[PORT:9092]",
|
"webui": "http://[HOST]:[PORT:9092]",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"options": {
|
"options": {
|
||||||
|
|||||||
Reference in New Issue
Block a user