crlf to lf + sort json

This commit is contained in:
Alexandre
2022-03-15 11:02:11 +01:00
parent c748fa4a23
commit 5a7e0f0569
96 changed files with 1060 additions and 870 deletions

View File

@@ -1,7 +1,7 @@
{
"build_from": {
"armv7": "lscr.io/linuxserver/lidarr:arm32v7-latest",
"aarch64": "lscr.io/linuxserver/lidarr:arm64v8-latest",
"amd64": "lscr.io/linuxserver/lidarr:amd64-latest"
"amd64": "lscr.io/linuxserver/lidarr:amd64-latest",
"armv7": "lscr.io/linuxserver/lidarr:arm32v7-latest"
}
}

View File

@@ -1,9 +1,4 @@
{
"name": "Lidarr NAS",
"version": "0.8.1.2135-ls75",
"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",
@@ -11,9 +6,7 @@
"armv7"
],
"boot": "auto",
"upstream": "0.8.1.2135-ls75",
"webui": "http://[HOST]:[PORT:8686]",
"startup": "services",
"description": "Music collection manager for Usenet and BitTorrent users",
"devices": [
"/dev/sda",
"/dev/sdb",
@@ -47,8 +40,8 @@
"/dev/nvme2"
],
"environment": {
"PUID": "0",
"PGID": "0"
"PGID": "0",
"PUID": "0"
},
"map": [
"config:rw",
@@ -56,12 +49,13 @@
"media:rw",
"config:rw"
],
"name": "Lidarr NAS",
"options": {
"PUID": 0,
"PGID": 0,
"networkdisks": "<//SERVER/SHARE>,<//SERVER2/SHARE2>",
"PUID": 0,
"cifspassword": "<password>",
"cifsusername": "<username>",
"cifspassword": "<password>"
"networkdisks": "<//SERVER/SHARE>,<//SERVER2/SHARE2>"
},
"ports": {
"8686/tcp": 8686
@@ -74,12 +68,18 @@
"DAC_READ_SEARCH"
],
"schema": {
"PUID": "int",
"PGID": "int",
"PUID": "int",
"TZ": "str?",
"localdisks": "str?",
"networkdisks": "str?",
"cifspassword": "str?",
"cifsusername": "str?",
"cifspassword": "str?"
}
"localdisks": "str?",
"networkdisks": "str?"
},
"slug": "lidarr_nas",
"startup": "services",
"upstream": "0.8.1.2135-ls75",
"url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/Readme.md",
"version": "0.8.1.2135-ls75",
"webui": "http://[HOST]:[PORT:8686]"
}