Updater bot : jackett updated to 0.24.2668 (upstream 0.24.2668)

This commit is contained in:
alexbelgium
2026-09-26 01:28:45 +02:00
parent de3df1e2c4
commit a912fe4c0d
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 0.24.2668 (2026-09-26)
- Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases)
## 0.24.2663 (2026-09-24)
- Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases)
- Local disks: `localdisks` can now mount a single folder of a disk with `disk/folder` (e.g. `sda1/public` or `NAS/public`, mounted at `/mnt/<disk>/<folder>`). Existing values are unchanged.

View File

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

View File

@@ -1,8 +1,8 @@
{
"last_update": "2026-09-24",
"last_update": "2026-09-26",
"repository": "alexbelgium/hassio-addons",
"slug": "jackett",
"source": "github",
"upstream_repo": "linuxserver/docker-jackett",
"upstream_version": "0.24.2663"
"upstream_version": "0.24.2668"
}