Updater bot : readarr updated to 0.4.19.2811

This commit is contained in:
alexbelgium
2025-06-28 01:58:29 +02:00
parent 753706758c
commit e831b53268
3 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
## 0.4.19.2811 (28-06-2025)
- Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases)
## 0.4.19.2810 (21-06-2025)
- Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases)

View File

@@ -1,5 +1,8 @@
{
"arch": ["aarch64", "amd64"],
"arch": [
"aarch64",
"amd64"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Book manager and automation",
"devices": [
@@ -73,7 +76,11 @@
"ingress": true,
"ingress_entry": "readarr",
"init": false,
"map": ["config:rw", "share:rw", "media:rw"],
"map": [
"config:rw",
"share:rw",
"media:rw"
],
"name": "Readarr",
"options": {
"CONFIG_LOCATION": "/config/addons_config/readarr",
@@ -89,7 +96,10 @@
"ports_description": {
"8787/tcp": "web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"CONFIG_LOCATION": "str",
"PGID": "int",
@@ -105,5 +115,5 @@
"slug": "readarr_nas",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/readarr",
"version": "0.4.19.2810"
"version": "0.4.19.2811"
}

View File

@@ -1,9 +1,9 @@
{
"github_beta": "true",
"last_update": "21-06-2025",
"last_update": "28-06-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "readarr",
"source": "github",
"upstream_repo": "linuxserver/docker-readarr",
"upstream_version": "0.4.19.2810"
"upstream_version": "0.4.19.2811"
}