mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-03 16:00:29 +01:00
Updater bot : transmission updated to 3.00-r2-ls108
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
|
||||
## 3.00-r2-ls108 (20-01-2022)
|
||||
- Update to latest version from linuxserver/docker-transmission
|
||||
## 3.00-r2-ls107 (04-01-2022)
|
||||
|
||||
- Update to latest version from linuxserver/docker-transmission
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"description": "Bittorrent client based on linuxserver image",
|
||||
"devices": [
|
||||
@@ -37,7 +41,12 @@
|
||||
"/dev/nvme2"
|
||||
],
|
||||
"environment": {},
|
||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "Transmission NAS",
|
||||
"options": {
|
||||
"PUID": 0,
|
||||
@@ -61,7 +70,10 @@
|
||||
"51413/tcp": "Peer port (setup router port forwarding to this port)",
|
||||
"51413/udp": "Peer port (setup router port forwarding to this port)"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
@@ -81,8 +93,8 @@
|
||||
},
|
||||
"slug": "transmission_ls",
|
||||
"startup": "services",
|
||||
"upstream": "3.00-r2-ls107",
|
||||
"upstream": "3.00-r2-ls108",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "3.00-r2-ls107",
|
||||
"version": "3.00-r2-ls108",
|
||||
"webui": "http://[HOST]:[PORT:9091]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user