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