2022-02-23 00:00:46 -03:00
{
"categories" : [
"Downloaders" ,
"Tools"
] ,
2022-11-04 20:37:05 -04:00
"description" : "Jackett works as a proxy server it translates queries from apps like Sonarr etc into tracker-site-specific http queries and parses the html response sending results back to the requesting software." ,
2022-02-23 00:00:46 -03:00
"env" : [
{
"default" : "1000" ,
"label" : "PUID" ,
"name" : "PUID"
} ,
{
"default" : "1000" ,
"label" : "PGID" ,
"name" : "PGID"
}
] ,
2022-08-21 21:09:22 +01:00
"image_arm64" : "linuxserver/jackett:latest" ,
"image_amd64" : "linuxserver/jackett:latest" ,
2022-02-23 00:00:46 -03:00
"logo" : "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/jacket-icon.png" ,
"name" : "jackett" ,
"officialDoc" : "https://docs.linuxserver.io/images/docker-jackett" ,
"platform" : "linux" ,
"ports" : [
"9117:9117/tcp"
] ,
"restart_policy" : "unless-stopped" ,
"title" : "Jackett" ,
"type" : 1 ,
"volumes" : [
{
"bind" : "/portainer/Files/AppData/Config/Jackett" ,
"container" : "/config"
} ,
{
"bind" : "/portainer/Downloads" ,
"container" : "/downloads"
}
] ,
"webpage" : "https://github.com/Jackett/Jackett"
}