mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-16 22:01:48 +02: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
|
- New standardized logic for Dockerfile build and packages installation
|
||||||
- Removal of requirement for unprotected mode
|
- Removal of requirement for unprotected mode
|
||||||
- Addition of local disks mount
|
- Addition of local disks mount
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
{
|
{
|
||||||
"apparmor": true,
|
"apparmor": true,
|
||||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7",
|
||||||
|
"armhf"
|
||||||
|
],
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"description": "Bittorrent client based on linuxserver image",
|
"description": "Bittorrent client based on linuxserver image",
|
||||||
"devices": [
|
"devices": [
|
||||||
@@ -37,7 +42,12 @@
|
|||||||
"/dev/nvme2"
|
"/dev/nvme2"
|
||||||
],
|
],
|
||||||
"environment": {},
|
"environment": {},
|
||||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
"map": [
|
||||||
|
"config:rw",
|
||||||
|
"share:rw",
|
||||||
|
"media:rw",
|
||||||
|
"ssl"
|
||||||
|
],
|
||||||
"name": "Transmission NAS",
|
"name": "Transmission NAS",
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": 0,
|
"PUID": 0,
|
||||||
@@ -61,7 +71,10 @@
|
|||||||
"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)"
|
||||||
},
|
},
|
||||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
"privileged": [
|
||||||
|
"SYS_ADMIN",
|
||||||
|
"DAC_READ_SEARCH"
|
||||||
|
],
|
||||||
"schema": {
|
"schema": {
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
@@ -81,8 +94,8 @@
|
|||||||
},
|
},
|
||||||
"slug": "transmission_ls",
|
"slug": "transmission_ls",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"upstream": "3.00-r2-ls87",
|
"upstream": "3.00-r2-ls107",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "3.00-r2-ls87-6",
|
"version": "3.00-r2-ls107",
|
||||||
"webui": "http://[HOST]:[PORT:9091]"
|
"webui": "http://[HOST]:[PORT:9091]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user