Changed config to the right version

This commit is contained in:
Bruvv
2022-01-01 14:26:16 +01:00
parent 0286c7fd84
commit 2744251ea7
2 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,4 @@
## 0.20.222 (01-01-2022)
## 0.20.216 (01-01-2022)
- Update to latest version from linuxserver/docker-jackett - Update to latest version from linuxserver/docker-jackett
- Cleanup: config base folder changed to /config/addons_config (thanks @bruvv) - Cleanup: config base folder changed to /config/addons_config (thanks @bruvv)

View File

@@ -1,4 +1,10 @@
{ {
"name": "Jackett NAS",
"version": "0.20.222",
"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",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/jackett",
"apparmor": true,
"arch": [ "arch": [
"aarch64", "aarch64",
"amd64", "amd64",
@@ -6,7 +12,9 @@
"armhf" "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", "upstream": "0.20.222",
"startup": "services",
"webui": "http://[HOST]:[PORT:9117]",
"environment": { "environment": {
"PUID": "0", "PUID": "0",
"PGID": "0" "PGID": "0"
@@ -17,7 +25,6 @@
"media:rw", "media:rw",
"ssl" "ssl"
], ],
"name": "Jackett NAS",
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0 "PGID": 0
@@ -41,10 +48,4 @@
"cifsusername": "str?", "cifsusername": "str?",
"cifspassword": "str?" "cifspassword": "str?"
}, },
"slug": "jackett_nas",
"startup": "services",
"upstream": "0.20.216",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.20.216-2",
"webui": "http://[HOST]:[PORT:9117]"
} }