mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
Updater bot : jackett updated to 0.22.2117
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
## 0.22.2117 (05-07-2025)
|
||||||
|
- Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases)
|
||||||
## 0.22.2064 (28-06-2025)
|
## 0.22.2064 (28-06-2025)
|
||||||
|
|
||||||
- Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases)
|
- Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases)
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"arch": ["aarch64", "amd64", "armv7"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7"
|
||||||
|
],
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "Translates queries from apps (Sonarr, Sickrage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software",
|
"description": "Translates queries from apps (Sonarr, Sickrage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software",
|
||||||
"devices": [
|
"devices": [
|
||||||
@@ -71,7 +75,12 @@
|
|||||||
},
|
},
|
||||||
"image": "ghcr.io/alexbelgium/jackett_nas-{arch}",
|
"image": "ghcr.io/alexbelgium/jackett_nas-{arch}",
|
||||||
"init": false,
|
"init": false,
|
||||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
"map": [
|
||||||
|
"config:rw",
|
||||||
|
"share:rw",
|
||||||
|
"media:rw",
|
||||||
|
"ssl"
|
||||||
|
],
|
||||||
"name": "Jackett NAS",
|
"name": "Jackett NAS",
|
||||||
"options": {
|
"options": {
|
||||||
"PGID": 0,
|
"PGID": 0,
|
||||||
@@ -85,7 +94,10 @@
|
|||||||
"8889/tcp": "Alternative port",
|
"8889/tcp": "Alternative port",
|
||||||
"9117/tcp": "Web interface"
|
"9117/tcp": "Web interface"
|
||||||
},
|
},
|
||||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
"privileged": [
|
||||||
|
"SYS_ADMIN",
|
||||||
|
"DAC_READ_SEARCH"
|
||||||
|
],
|
||||||
"schema": {
|
"schema": {
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
@@ -99,6 +111,6 @@
|
|||||||
"slug": "jackett_nas",
|
"slug": "jackett_nas",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/jackett",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/jackett",
|
||||||
"version": "0.22.2064",
|
"version": "0.22.2117",
|
||||||
"webui": "http://[HOST]:[PORT:9117]"
|
"webui": "http://[HOST]:[PORT:9117]"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"last_update": "28-06-2025",
|
"last_update": "05-07-2025",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "jackett",
|
"slug": "jackett",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "linuxserver/docker-jackett",
|
"upstream_repo": "linuxserver/docker-jackett",
|
||||||
"upstream_version": "0.22.2064"
|
"upstream_version": "0.22.2117"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user