mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
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)
|
||||
- support magnet watch dir option
|
||||
- add mapping for /share (so you can access transmission watch dir for example)
|
||||
|
||||
## 0.2.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "transmission-magnet-redirect",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"slug": "transmission-magnet-redirect",
|
||||
"legacy": false,
|
||||
"maintenance": {
|
||||
@@ -19,6 +19,9 @@
|
||||
"ports_description": {
|
||||
"9092/tcp": "web ui"
|
||||
},
|
||||
"map": [
|
||||
"share:rw"
|
||||
],
|
||||
"webui": "http://[HOST]:[PORT:9092]",
|
||||
"boot": "auto",
|
||||
"options": {
|
||||
|
||||
Reference in New Issue
Block a user