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/bazarr:arm32v7-latest",
"aarch64": "lscr.io/linuxserver/bazarr:arm64v8-latest",
"amd64": "lscr.io/linuxserver/bazarr:amd64-latest"
"amd64": "lscr.io/linuxserver/bazarr:amd64-latest",
"armv7": "lscr.io/linuxserver/bazarr:arm32v7-latest"
}
}

View File

@@ -1,24 +1,17 @@
{
"name": "Bazarr NAS",
"version": "1.0.3",
"slug": "bazarr_nas",
"description": "Companion application to Sonarr and Radarr to download subtitles",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/bazarr",
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto",
"upstream": "1.0.3",
"webui": "http://[HOST]:[PORT:6767]",
"startup": "services",
"backup_exclude": [
"**/Backups/*",
"**/logs/*",
"**/MediaCover/*"
],
"boot": "auto",
"description": "Companion application to Sonarr and Radarr to download subtitles",
"devices": [
"/dev/sda",
"/dev/sdb",
@@ -52,8 +45,8 @@
"/dev/nvme2"
],
"environment": {
"PUID": "0",
"PGID": "0"
"PGID": "0",
"PUID": "0"
},
"ingress": false,
"map": [
@@ -62,9 +55,10 @@
"media:rw",
"ssl"
],
"name": "Bazarr NAS",
"options": {
"PUID": 0,
"PGID": 0
"PGID": 0,
"PUID": 0
},
"ports": {
"6767/tcp": 6767
@@ -77,11 +71,17 @@
"DAC_READ_SEARCH"
],
"schema": {
"PUID": "int",
"PGID": "int",
"PUID": "int",
"TZ": "str?",
"networkdisks": "str?",
"cifspassword": "str?",
"cifsusername": "str?",
"cifspassword": "str?"
}
"networkdisks": "str?"
},
"slug": "bazarr_nas",
"startup": "services",
"upstream": "1.0.3",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/bazarr",
"version": "1.0.3",
"webui": "http://[HOST]:[PORT:6767]"
}