mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Updater bot : readarr updated to 0.3.25.2515
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
|
||||
## 0.3.25.2515 (27-04-2024)
|
||||
- Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases)
|
||||
- Fix : not starting
|
||||
|
||||
- BREAKING CHANGE : ingress_disabled option removed. Instead, a new option connection_mode is added. It has 3 modes : ingress_noauth (default, disables authentification to allow a seamless ingress integration), noingress_auth (disables ingress to allow a simpler external url, enables authentification), ingress_auth (enables both ingress and authentification). Thanks @Ni3kjm !
|
||||
|
||||
@@ -83,7 +83,6 @@
|
||||
"PGID": 0,
|
||||
"PUID": 0,
|
||||
"connection_mode": "ingress_noauth"
|
||||
|
||||
},
|
||||
"panel_icon": "mdi:download-circle",
|
||||
"ports": {
|
||||
@@ -111,5 +110,5 @@
|
||||
"slug": "readarr_nas",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/readarr",
|
||||
"version": "0.3.24.2509-5"
|
||||
"version": "0.3.25.2515"
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_beta": "true",
|
||||
"last_update": "20-04-2024",
|
||||
"last_update": "27-04-2024",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "readarr",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-readarr",
|
||||
"upstream_version": "0.3.24.2509"
|
||||
"upstream_version": "0.3.25.2515"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user