mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +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
|
## 0.8.1.2135-ls68
|
||||||
- updated to 0.8.1.2135-ls68
|
- updated to 0.8.1.2135-ls68
|
||||||
- changed config location
|
- changed config location
|
||||||
|
|||||||
@@ -1,13 +1,18 @@
|
|||||||
{
|
{
|
||||||
"name": "Lidarr NAS",
|
"name": "Lidarr NAS",
|
||||||
"version": "0.8.1.2135-ls68",
|
"version": "0.8.1.2135-ls69",
|
||||||
"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", "armhf"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7",
|
||||||
|
"armhf"
|
||||||
|
],
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"upstream": "0.8.1.2135-ls68",
|
"upstream": "0.8.1.2135-ls69",
|
||||||
"webui": "http://[HOST]:[PORT:8686]",
|
"webui": "http://[HOST]:[PORT:8686]",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"devices": [
|
"devices": [
|
||||||
@@ -46,7 +51,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 +70,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",
|
||||||
|
|||||||
Reference in New Issue
Block a user