mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-28 19:34:05 +02:00
Update to 0.19.62
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
|
## 0.19.62 (26-10-2021)
|
||||||
|
- Update to latest version from linuxserver/docker-jackett
|
||||||
|
|
||||||
## 0.19.34 (23-10-2021)
|
## 0.19.34 (23-10-2021)
|
||||||
- Update to latest version from linuxserver/docker-jackett
|
- Update to latest version from linuxserver/docker-jackett
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7",
|
||||||
|
"armhf"
|
||||||
|
],
|
||||||
"boot": "auto",
|
"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",
|
"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": {
|
"environment": {
|
||||||
@@ -7,7 +12,12 @@
|
|||||||
"PGID": "0"
|
"PGID": "0"
|
||||||
},
|
},
|
||||||
"full_access": true,
|
"full_access": true,
|
||||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
"map": [
|
||||||
|
"config:rw",
|
||||||
|
"share:rw",
|
||||||
|
"media:rw",
|
||||||
|
"ssl"
|
||||||
|
],
|
||||||
"name": "Jackett NAS",
|
"name": "Jackett NAS",
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": 0,
|
"PUID": 0,
|
||||||
@@ -19,7 +29,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",
|
||||||
@@ -31,8 +44,8 @@
|
|||||||
},
|
},
|
||||||
"slug": "jackett_nas",
|
"slug": "jackett_nas",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"upstream": "0.19.34",
|
"upstream": "0.19.62",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "0.19.34-2",
|
"version": "0.19.62",
|
||||||
"webui": "http://[HOST]:[PORT:9117]"
|
"webui": "http://[HOST]:[PORT:9117]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user