Adapt to codenotary

This commit is contained in:
alexbelgium
2022-03-23 08:59:27 +01:00
parent facbaeb6f9
commit e8c50b98e1
107 changed files with 383 additions and 723 deletions

View File

@@ -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"
}
}

View File

@@ -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]"
}