mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Updater bot : jackett updated to 0.20.754
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
|
||||
## 0.20.754 (24-03-2022)
|
||||
- Update to latest version from linuxserver/docker-jackett
|
||||
- Add codenotary sign
|
||||
|
||||
## 0.20.744 (22-03-2022)
|
||||
|
||||
@@ -1,13 +1,22 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"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",
|
||||
"environment": {
|
||||
"PGID": "0",
|
||||
"PUID": "0"
|
||||
},
|
||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "Jackett NAS",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -19,7 +28,10 @@
|
||||
"ports_description": {
|
||||
"9117/tcp": "web interface"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -31,9 +43,9 @@
|
||||
},
|
||||
"slug": "jackett_nas",
|
||||
"startup": "services",
|
||||
"upstream": "0.20.744",
|
||||
"upstream": "0.20.754",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/jackett",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "0.20.744",
|
||||
"version": "0.20.754",
|
||||
"webui": "http://[HOST]:[PORT:9117]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user