mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Adapt to codenotary
This commit is contained in:
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/lidarr:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/lidarr:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/lidarr:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "Music collection manager for Usenet and BitTorrent users",
|
||||
"devices": [
|
||||
@@ -43,12 +39,7 @@
|
||||
"PGID": "0",
|
||||
"PUID": "0"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"config:rw"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "media:rw", "config:rw"],
|
||||
"name": "Lidarr NAS",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -63,10 +54,7 @@
|
||||
"ports_description": {
|
||||
"8686/tcp": "web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -80,6 +68,7 @@
|
||||
"startup": "services",
|
||||
"upstream": "0.8.1.2135-ls76",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/Readme.md",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "0.8.1.2135-ls76",
|
||||
"webui": "http://[HOST]:[PORT:8686]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user