2023-02-28 00:15:03 +00:00
name : jackett
services :
2023-03-07 18:15:13 +00:00
jackett :
environment :
AUTO_UPDATE : "true"
PGID : "1000"
PUID : "1000"
TZ : Europe/London
image : lscr.io/linuxserver/jackett:0.20.783
deploy :
resources :
reservations :
memory : 64M
network_mode : bridge
ports :
- target : 9117
published : "9117"
protocol : tcp
restart : unless-stopped
volumes :
- type : bind
source : /DATA/AppData/$AppID/config
target : /config
- type : bind
source : /DATA/Downloads
target : /downloads
x-casaos :
author : CasaOS Team
category : Network
container :
envs :
2023-03-25 01:14:10 +00:00
- container : PUID
2023-03-07 18:15:13 +00:00
description :
en_US : ""
2023-03-25 01:14:10 +00:00
- container : PGID
2023-03-07 18:15:13 +00:00
description :
en_US : ""
2023-03-25 01:14:10 +00:00
- container : TZ
2023-03-07 18:15:13 +00:00
description :
en_US : ""
2023-03-25 01:14:10 +00:00
- container : AUTO_UPDATE
2023-03-07 18:15:13 +00:00
description :
en_US : ""
index : /
port_map : "9117"
2023-02-28 00:15:03 +00:00
ports :
2023-03-25 01:14:10 +00:00
- container : "9117"
2023-03-07 18:15:13 +00:00
description :
en_US : ""
2023-03-09 00:45:48 +00:00
2023-02-28 00:15:03 +00:00
volumes :
2023-03-25 01:14:10 +00:00
- container : /config
2023-03-07 18:15:13 +00:00
description :
en_US : ""
2023-03-25 01:14:10 +00:00
- container : /downloads
2023-02-28 00:15:03 +00:00
description :
2023-03-07 18:15:13 +00:00
en_US : ""
description :
en_US : it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious etc.) into tracker-site-specific http queries, parses the html or json response, and 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.
2023-03-25 01:14:10 +00:00
zh_CN : Jackett是一个代理服务器, 它将应用程序( Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious等) 的查询转换为特定于跟踪器网站的http查询, 解析html或json响应, 然后将结果发送回请求软件。这允许获取最近的上传( 如RSS) 并执行搜索。Jackett是维护的索引器抓取和翻译逻辑的单个存储库-从其他应用程序中删除负担。
2023-03-07 18:15:13 +00:00
developer : Jackett
icon : https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jackett/icon.png
screenshot_link :
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jackett/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jackett/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jackett/screenshot-3.png
tagline :
en_US : Jackett works as a proxy server
2023-03-25 01:14:10 +00:00
zh_CN : Jackett作为代理服务器工作
2023-03-07 18:15:13 +00:00
thumbnail : https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jackett/thumbnail.png
tips : {}
title :
en_US : Jackett
2023-02-28 00:15:03 +00:00
x-casaos :
2023-03-07 18:15:13 +00:00
architectures :
- amd64
- arm
- arm64
main_app : jackett