mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Updater bot : lidarr updated to 0.8.1.2135-ls69
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user