add mapping for /share

This commit is contained in:
Arne Petersen
2020-08-23 09:53:08 +02:00
parent 212478c788
commit 60cad50687
2 changed files with 7 additions and 2 deletions

View File

@@ -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

View File

@@ -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": {