Updater bot : lidarr updated to 0.8.1.2135-ls69

This commit is contained in:
alexbelgium
2022-01-16 08:20:53 +01:00
parent 99ff41f1e2
commit a2a1de3977
2 changed files with 21 additions and 5 deletions

View File

@@ -1,4 +1,7 @@
## 0.8.1.2135-ls69 (16-01-2022)
- Update to latest version from linuxserver/docker-lidarr
## 0.8.1.2135-ls68
- updated to 0.8.1.2135-ls68
- changed config location

View File

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