crlf to lf + sort json

This commit is contained in:
Alexandre
2022-03-15 11:02:11 +01:00
parent c748fa4a23
commit 5a7e0f0569
96 changed files with 1060 additions and 870 deletions

View File

@@ -1,7 +1,7 @@
{
"build_from": {
"armv7": "lscr.io/linuxserver/jackett:arm32v7-latest",
"aarch64": "lscr.io/linuxserver/jackett:arm64v8-latest",
"amd64": "lscr.io/linuxserver/jackett:amd64-latest"
"amd64": "lscr.io/linuxserver/jackett:amd64-latest",
"armv7": "lscr.io/linuxserver/jackett:arm32v7-latest"
}
}

View File

@@ -1,9 +1,4 @@
{
"name": "Jackett NAS",
"version": "0.20.708",
"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": [
"aarch64",
@@ -11,12 +6,10 @@
"armv7"
],
"boot": "auto",
"upstream": "0.20.708",
"startup": "services",
"webui": "http://[HOST]:[PORT:9117]",
"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": {
"PUID": "0",
"PGID": "0"
"PGID": "0",
"PUID": "0"
},
"map": [
"config:rw",
@@ -24,9 +17,10 @@
"media:rw",
"ssl"
],
"name": "Jackett NAS",
"options": {
"PUID": 0,
"PGID": 0
"PGID": 0,
"PUID": 0
},
"ports": {
"9117/tcp": 9117
@@ -39,12 +33,18 @@
"DAC_READ_SEARCH"
],
"schema": {
"PUID": "int",
"PGID": "int",
"PUID": "int",
"TZ": "str?",
"localdisks": "str?",
"networkdisks": "str?",
"cifspassword": "str?",
"cifsusername": "str?",
"cifspassword": "str?"
}
"localdisks": "str?",
"networkdisks": "str?"
},
"slug": "jackett_nas",
"startup": "services",
"upstream": "0.20.708",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/jackett",
"version": "0.20.708",
"webui": "http://[HOST]:[PORT:9117]"
}