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