mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Updater bot : booksonic_air updated to v2201.1.0-ls43
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user