Updater bot : jackett updated to 0.20.754

This commit is contained in:
alexbelgium
2022-03-24 01:56:35 +01:00
parent e33c20bf10
commit 9190979f54
2 changed files with 20 additions and 5 deletions

View File

@@ -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)

View File

@@ -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]"
}