{"id":13560640,"url":"https://github.com/linuxserver-archive/docker-jackett-armhf","last_synced_at":"2025-04-03T16:30:56.941Z","repository":{"id":95291904,"uuid":"68896860","full_name":"linuxserver-archive/docker-jackett-armhf","owner":"linuxserver-archive","description":null,"archived":true,"fork":false,"pushed_at":"2019-01-19T19:55:49.000Z","size":35,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-04T12:39:55.843Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linuxserver-archive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-09-22T07:40:11.000Z","updated_at":"2023-01-28T18:31:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"759eb4a2-4be7-4b01-b838-da838560af10","html_url":"https://github.com/linuxserver-archive/docker-jackett-armhf","commit_stats":null,"previous_names":[],"tags_count":353,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxserver-archive%2Fdocker-jackett-armhf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxserver-archive%2Fdocker-jackett-armhf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxserver-archive%2Fdocker-jackett-armhf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxserver-archive%2Fdocker-jackett-armhf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linuxserver-archive","download_url":"https://codeload.github.com/linuxserver-archive/docker-jackett-armhf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247036912,"owners_count":20873046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T13:00:48.244Z","updated_at":"2025-04-03T16:30:56.658Z","avatar_url":"https://github.com/linuxserver-archive.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"readme":"[linuxserverurl]: https://linuxserver.io\n[forumurl]: https://forum.linuxserver.io\n[ircurl]: https://www.linuxserver.io/irc/\n[podcasturl]: https://www.linuxserver.io/podcast/\n[appurl]: https://github.com/Jackett/Jackett\n[hub]: https://hub.docker.com/r/lsioarmhf/jackett/\n\nTHIS IMAGE IS DEPRECATED. PLEASE USE THE MULTI-ARCH IMAGES AT `linuxserver/jackett`\n\n[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)][linuxserverurl]\n\nThe [LinuxServer.io][linuxserverurl] team brings you another container release featuring easy user mapping and community support. Find us for support at:\n* [forum.linuxserver.io][forumurl]\n* [IRC][ircurl] on freenode at `#linuxserver.io`\n* [Podcast][podcasturl] covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation!\n\n# lsioarmhf/jackett\n[![](https://images.microbadger.com/badges/version/lsioarmhf/jackett.svg)](https://microbadger.com/images/lsioarmhf/jackett \"Get your own version badge on microbadger.com\")[![](https://images.microbadger.com/badges/image/lsioarmhf/jackett.svg)](https://microbadger.com/images/lsioarmhf/jackett \"Get your own image badge on microbadger.com\")[![Docker Pulls](https://img.shields.io/docker/pulls/lsioarmhf/jackett.svg)][hub][![Docker Stars](https://img.shields.io/docker/stars/lsioarmhf/jackett.svg)][hub][![Build Status](https://ci.linuxserver.io/buildStatus/icon?job=Docker-Builders/armhf/armhf-jackett)](https://ci.linuxserver.io/job/Docker-Builders/job/armhf/job/armhf-jackett/)\n\nJackett 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 \u0026 translation logic - removing the burden from other apps.[Jackett](https://github.com/Jackett/Jackett)\n\n[![jackett](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/jackett-banner.png)][appurl]\n\n## Usage\n\n```\ndocker create --name=jackett \\\n-v \u003cpath to data\u003e:/config \\\n-v \u003cpath to blackhole\u003e:/downloads \\\n-e PGID=\u003cgid\u003e -e PUID=\u003cuid\u003e \\\n-e TZ=\u003ctimezone\u003e \\\n-p 9117:9117 \\\nlsioarmhf/jackett\n```\n\n## Parameters\n\n`The parameters are split into two halves, separated by a colon, the left hand side representing the host and the right the container side. \nFor example with a port -p external:internal - what this shows is the port mapping from internal to external of the container.\nSo -p 8080:80 would expose port 80 from inside the container to be accessible from the host's IP on port 8080\nhttp://192.168.x.x:8080 would show you what's running INSIDE the container on port 80.`\n\n\n* `-p 9117` - the port(s)\n* `-v /config` - where Jackett should store its config file.\n* `-v /downloads` - Path to torrent blackhole\n* `-e RUN_OPTS` - Optionally specify additional arguments to be passed. EG. `--ProxyConnection=10.0.0.100:1234`\n* `-e PGID` for GroupID - see below for explanation\n* `-e PUID` for UserID - see below for explanation\n* `-e TZ` for timezone EG. Europe/London\n\nIt is based on ubuntu xenial with s6 overlay, for shell access whilst the container is running do `docker exec -it jackett /bin/bash`.\n\n### User / Group Identifiers\n\nSometimes when using data volumes (`-v` flags) permissions issues can arise between the host OS and the container. We avoid this issue by allowing you to specify the user `PUID` and group `PGID`. Ensure the data volume directory on the host is owned by the same user you specify and it will \"just work\" ™.\n\nIn this instance `PUID=1001` and `PGID=1001`. To find yours use `id user` as below:\n\n```\n  $ id \u003cdockeruser\u003e\n    uid=1001(dockeruser) gid=1001(dockergroup) groups=1001(dockergroup)\n```\n\n## Setting up the application\n`IMPORTANT... THIS IS THE ARMHF VERSION`\n\nThe web interface is at `\u003cyour-ip\u003e:9117` , configure various trackers and connections to other apps there.\nMore info at [Jackett](https://github.com/Jackett/Jackett).\n\n\n## Info\n\n* To monitor the logs of the container in realtime `docker logs -f jackett`.\n\n* container version number \n\n`docker inspect -f '{{ index .Config.Labels \"build_version\" }}' jackett`\n\n* image version number\n\n`docker inspect -f '{{ index .Config.Labels \"build_version\" }}' lsioarmhf/jackett`\n\n## Versions\n\n+ **19.01.19:** This image is deprecated. Please use the multi-arch images at linuxserver/jackett\n+ **11.06.18:** Ensure root ownership of Jackett files.\n+ **09.02.18:** Add --NoUpdates flag.\n+ **26.01.18:** Fix continuation lines.\n+ **19.04.17:** Switch to using inhouse mono baseimage, ubuntu xenial based.\n+ **14.10.16:** Add version layer information.\n+ **22.09.16:** Initial Release.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxserver-archive%2Fdocker-jackett-armhf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinuxserver-archive%2Fdocker-jackett-armhf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxserver-archive%2Fdocker-jackett-armhf/lists"}