Update to 0.19.62

This commit is contained in:
alexbelgium
2021-10-26 01:57:18 +02:00
parent d575db83d2
commit 2c36f1e1b9
2 changed files with 21 additions and 5 deletions

View File

@@ -1,4 +1,7 @@
## 0.19.62 (26-10-2021)
- Update to latest version from linuxserver/docker-jackett
## 0.19.34 (23-10-2021)
- Update to latest version from linuxserver/docker-jackett

View File

@@ -1,5 +1,10 @@
{
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"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": {
@@ -7,7 +12,12 @@
"PGID": "0"
},
"full_access": true,
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "Jackett NAS",
"options": {
"PUID": 0,
@@ -19,7 +29,10 @@
"ports_description": {
"9117/tcp": "web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PUID": "int",
"PGID": "int",
@@ -31,8 +44,8 @@
},
"slug": "jackett_nas",
"startup": "services",
"upstream": "0.19.34",
"upstream": "0.19.62",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.19.34-2",
"version": "0.19.62",
"webui": "http://[HOST]:[PORT:9117]"
}