Updater bot : booksonic_air updated to v2201.1.0-ls43

This commit is contained in:
alexbelgium
2022-01-27 01:55:33 +01:00
parent 996d24bd38
commit a31e4f37b6
2 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## v2201.1.0-ls43 (27-01-2022)
- Update to latest version from linuxserver/docker-booksonic-air
## v2201.1.0-ls42 (15-01-2022)
- Update to latest version from linuxserver/docker-booksonic-air

View File

@@ -1,6 +1,10 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto",
"description": "platform for accessing the audibooks you own wherever you are",
"devices": [
@@ -39,7 +43,10 @@
"PUID": "0",
"PGID": "0"
},
"map": ["share:rw", "media:rw"],
"map": [
"share:rw",
"media:rw"
],
"name": "Booksonic-air",
"options": {
"PUID": 0,
@@ -54,7 +61,10 @@
"ports_description": {
"4040/tcp": "web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PUID": "int",
"PGID": "int",
@@ -65,8 +75,8 @@
"cifspassword": "str?"
},
"slug": "booksonic-air_nas",
"upstream": "v2201.1.0-ls42",
"upstream": "v2201.1.0-ls43",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/booksonic_air",
"version": "v2201.1.0-ls42",
"version": "v2201.1.0-ls43",
"webui": "http://[HOST]:[PORT:4040]"
}