72 lines
2.1 KiB
YAML
72 lines
2.1 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).
|
|
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
|
|
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
|