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

View File

@@ -40,8 +40,8 @@
"/dev/nvme2"
],
"environment": {
"PUID": "0",
"PGID": "0"
"PGID": "0",
"PUID": "0"
},
"map": [
"share:rw",
@@ -49,11 +49,11 @@
],
"name": "Booksonic-air",
"options": {
"PUID": 0,
"PGID": 0,
"networkdisks": "<//SERVER/SHARE>,<//SERVER2/SHARE2>",
"PUID": 0,
"cifspassword": "<password>",
"cifsusername": "<username>",
"cifspassword": "<password>"
"networkdisks": "<//SERVER/SHARE>,<//SERVER2/SHARE2>"
},
"ports": {
"4040/tcp": 4040
@@ -66,13 +66,13 @@
"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": "booksonic-air_nas",
"upstream": "v2201.1.0-ls48",