Update to 3.00-r2-ls79

This commit is contained in:
alexbelgium
2021-02-25 08:54:48 +01:00
parent eba0e576bf
commit 28a523b898
3 changed files with 22 additions and 6 deletions

View File

@@ -1,4 +1,7 @@
## 3.00-r2-ls79
- Update to latest version from linuxserver/docker-transmission
## 3.00-r2-ls78 ## 3.00-r2-ls78
- Update to latest version from linuxserver/docker-transmission - Update to latest version from linuxserver/docker-transmission
- Change directory from /share/transmission to /config/transmission - Change directory from /share/transmission to /config/transmission

View File

@@ -1,6 +1,6 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="3.00-r2-ls78" ARG BUILD_UPSTREAM="3.00-r2-ls79"
FROM ${BUILD_FROM}${BUILD_UPSTREAM} FROM ${BUILD_FROM}${BUILD_UPSTREAM}
# Add bashio # Add bashio

View File

@@ -1,12 +1,17 @@
{ {
"name": "Transmission NAS", "name": "Transmission NAS",
"version": "3.00-r2-ls78", "version": "3.00-r2-ls79",
"upstream": "3.00-r2-ls78", "upstream": "3.00-r2-ls79",
"slug": "transmission_ls", "slug": "transmission_ls",
"description": "Bittorrent client based on linuxserver image", "description": "Bittorrent client based on linuxserver image",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"startup": "services", "startup": "services",
"arch": ["aarch64", "amd64", "armv7", "armhf"], "arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"ports": { "ports": {
"9091/tcp": 9091, "9091/tcp": 9091,
"51413/tcp": 51413, "51413/tcp": 51413,
@@ -17,8 +22,16 @@
"51413/tcp": "Peer port (setup router port forwarding to this port)", "51413/tcp": "Peer port (setup router port forwarding to this port)",
"51413/udp": "Peer port (setup router port forwarding to this port)" "51413/udp": "Peer port (setup router port forwarding to this port)"
}, },
"map": ["config:rw", "share:rw", "media:rw", "ssl"], "map": [
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "config:rw",
"share:rw",
"media:rw",
"ssl"
],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"full_access": true, "full_access": true,
"webui": "http://[HOST]:[PORT:9091]", "webui": "http://[HOST]:[PORT:9091]",
"boot": "auto", "boot": "auto",