From 992f8f9eeddc8e296bf34a5a38cad65f1bb3e299 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 18 Apr 2021 08:31:30 +0100 Subject: [PATCH] Bot Updating Documentation --- images/docker-jackett.md | 1 + 1 file changed, 1 insertion(+) diff --git a/images/docker-jackett.md b/images/docker-jackett.md index 8bd3457f8..18538af53 100644 --- a/images/docker-jackett.md +++ b/images/docker-jackett.md @@ -17,6 +17,7 @@ title: jackett [![LSIO CI](https://img.shields.io/badge/dynamic/yaml?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=CI&query=CI&url=https%3A%2F%2Fci-tests.linuxserver.io%2Flinuxserver%2Fjackett%2Flatest%2Fci-status.yml)](https://ci-tests.linuxserver.io/linuxserver/jackett/latest/index.html) [Jackett](https://github.com/Jackett/Jackett) works as a proxy server: it 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. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping & translation logic - removing the burden from other apps. + ## Supported Architectures Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).