mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-13 03:11:02 +01:00
Updater bot : transmission updated to 3.00-r2-ls107
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
|
||||
## 3.00-r2-ls107 (04-01-2022)
|
||||
- Update to latest version from linuxserver/docker-transmission
|
||||
- New standardized logic for Dockerfile build and packages installation
|
||||
- Removal of requirement for unprotected mode
|
||||
- Addition of local disks mount
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7",
|
||||
"armhf"
|
||||
],
|
||||
"boot": "auto",
|
||||
"description": "Bittorrent client based on linuxserver image",
|
||||
"devices": [
|
||||
@@ -37,7 +42,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 +71,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 +94,8 @@
|
||||
},
|
||||
"slug": "transmission_ls",
|
||||
"startup": "services",
|
||||
"upstream": "3.00-r2-ls87",
|
||||
"upstream": "3.00-r2-ls107",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "3.00-r2-ls87-6",
|
||||
"version": "3.00-r2-ls107",
|
||||
"webui": "http://[HOST]:[PORT:9091]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user