68 lines
2.5 KiB
YAML
68 lines
2.5 KiB
YAML
name: prowlarr
|
||
services:
|
||
prowlarr:
|
||
environment:
|
||
PGID: "1000"
|
||
PUID: "1000"
|
||
TZ: Europe/London
|
||
image: linuxserver/prowlarr:0.4.5-nightly
|
||
deploy:
|
||
resources:
|
||
reservations:
|
||
memory: 64M
|
||
network_mode: bridge
|
||
ports:
|
||
- target: 9696
|
||
published: "9696"
|
||
protocol: tcp
|
||
restart: unless-stopped
|
||
volumes:
|
||
- type: bind
|
||
source: /DATA/AppData/prowlarr/config
|
||
target: /config
|
||
x-casaos:
|
||
author: CasaOS Team
|
||
category: Downloader
|
||
container:
|
||
envs:
|
||
- container: PUID
|
||
description:
|
||
en_US: ""
|
||
- container: PGID
|
||
description:
|
||
en_US: ""
|
||
- container: TZ
|
||
description:
|
||
en_US: ""
|
||
port_map: "9696"
|
||
ports:
|
||
- container: "9696"
|
||
description:
|
||
en_US: ""
|
||
|
||
volumes:
|
||
- container: /config
|
||
description:
|
||
en_US: ""
|
||
description:
|
||
en_US: Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports management of both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Lidarr, Mylar3, Radarr, Readarr, and Sonarr offering complete management of your indexers with no per app Indexer setup required (we do it all).
|
||
zh_CN: Prowlarr是一个索引器管理器/代理,建立在流行的*arr .net / reactjs基础堆栈上,用于与各种PVR应用程序集成。 Prowlarr支持管理Torrent Trackers和Usenet Indexers。它与Lidarr,Mylar3,Radarr,Readarr和Sonarr无缝集成,提供完整的索引器管理,无需每个应用程序索引器设置即可完成(我们全部都做到了)。
|
||
developer: Prowlarr Team
|
||
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Prowlarr/icon.png
|
||
screenshot_link:
|
||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Prowlarr/screenshot-1.png
|
||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Prowlarr/screenshot-2.png
|
||
tagline:
|
||
en_US: Integration of various PVR applications
|
||
zh_CN: 各种PVR应用程序的集成
|
||
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Prowlarr/thumbnail.png
|
||
tips: {}
|
||
title:
|
||
en_US: Prowlarr
|
||
x-casaos:
|
||
architectures:
|
||
- amd64
|
||
- arm
|
||
- arm64
|
||
main_app: prowlarr
|