Updater bot : jackett updated to 0.24.255

This commit is contained in:
alexbelgium
2025-11-08 01:57:50 +01:00
parent 91721fa98e
commit c63cccb426
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 0.24.255 (08-11-2025)
- Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases)
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
## "0.24.234" (01-11-2025)

View File

@@ -107,5 +107,5 @@ schema:
slug: jackett_nas
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/jackett
version: "0.24.234"
version: "0.24.255"
webui: http://[HOST]:[PORT:9117]

View File

@@ -1,8 +1,8 @@
{
"last_update": "01-11-2025",
"last_update": "08-11-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "jackett",
"source": "github",
"upstream_repo": "linuxserver/docker-jackett",
"upstream_version": "0.24.234"
"upstream_version": "0.24.255"
}