Updater bot : lidarr updated to 0.8.1.2135-ls70

This commit is contained in:
alexbelgium
2022-02-07 11:22:56 +01:00
parent 0cfab6c110
commit edd1b541e1
2 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## 0.8.1.2135-ls70 (07-02-2022)
- Update to latest version from linuxserver/docker-lidarr
## 0.8.1.2135-ls69 (16-01-2022) ## 0.8.1.2135-ls69 (16-01-2022)
- Update to latest version from linuxserver/docker-lidarr - Update to latest version from linuxserver/docker-lidarr

View File

@@ -1,13 +1,17 @@
{ {
"name": "Lidarr NAS", "name": "Lidarr NAS",
"version": "0.8.1.2135-ls69", "version": "0.8.1.2135-ls70",
"slug": "lidarr_nas", "slug": "lidarr_nas",
"description": "Music collection manager for Usenet and BitTorrent users", "description": "Music collection manager for Usenet and BitTorrent users",
"url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/Readme.md", "url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/Readme.md",
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"upstream": "0.8.1.2135-ls69", "upstream": "0.8.1.2135-ls70",
"webui": "http://[HOST]:[PORT:8686]", "webui": "http://[HOST]:[PORT:8686]",
"startup": "services", "startup": "services",
"devices": [ "devices": [
@@ -46,7 +50,12 @@
"PUID": "0", "PUID": "0",
"PGID": "0" "PGID": "0"
}, },
"map": ["config:rw", "share:rw", "media:rw", "config:rw"], "map": [
"config:rw",
"share:rw",
"media:rw",
"config:rw"
],
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0, "PGID": 0,
@@ -60,7 +69,10 @@
"ports_description": { "ports_description": {
"8686/tcp": "web interface" "8686/tcp": "web interface"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",