Updater bot : transmission updated to 3.00-r2-ls107

This commit is contained in:
alexbelgium
2022-01-04 20:41:15 +01:00
parent ee8f4fbce9
commit 1dc2a3093e
2 changed files with 21 additions and 5 deletions

View File

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

View File

@@ -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]"
}