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/booksonic-air:arm64v8-latest",
"amd64": "lscr.io/linuxserver/booksonic-air:amd64-latest",
"armv7": "lscr.io/linuxserver/booksonic-air: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": "platform for accessing the audibooks you own wherever you are",
"devices": [
@@ -43,10 +39,7 @@
"PGID": "0",
"PUID": "0"
},
"map": [
"share:rw",
"media:rw"
],
"map": ["share:rw", "media:rw"],
"name": "Booksonic-air",
"options": {
"PGID": 0,
@@ -61,10 +54,7 @@
"ports_description": {
"4040/tcp": "web interface"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PGID": "int",
"PUID": "int",
@@ -77,6 +67,7 @@
"slug": "booksonic-air_nas",
"upstream": "v2201.1.0-ls49",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/booksonic_air",
"codenotary": "alexandrep.github@gmail.com",
"version": "v2201.1.0-ls49",
"webui": "http://[HOST]:[PORT:4040]"
}