mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01: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)
|
||||
- Update to latest version from linuxserver/docker-jackett
|
||||
|
||||
|
||||
@@ -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]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user