82 lines
2.7 KiB
YAML
82 lines
2.7 KiB
YAML
name: readarr
|
||
services:
|
||
readarr:
|
||
environment:
|
||
PGID: "1000"
|
||
PUID: "1000"
|
||
TZ: Europe/London
|
||
image: linuxserver/readarr:0.1.1-nightly
|
||
deploy:
|
||
resources:
|
||
reservations:
|
||
memory: 64M
|
||
network_mode: bridge
|
||
ports:
|
||
- target: 8787
|
||
published: "8787"
|
||
protocol: tcp
|
||
restart: unless-stopped
|
||
volumes:
|
||
- type: bind
|
||
source: /DATA/AppData/readarr/config
|
||
target: /config
|
||
- type: bind
|
||
source: /path/to/books
|
||
target: /books
|
||
- type: bind
|
||
source: /DATA/Downloads
|
||
target: /downloads
|
||
x-casaos:
|
||
author: CasaOS Team
|
||
category: Media
|
||
container:
|
||
envs:
|
||
- container: PUID
|
||
description:
|
||
en_US: ""
|
||
- container: PGID
|
||
description:
|
||
en_US: ""
|
||
- container: TZ
|
||
description:
|
||
en_US: ""
|
||
port_map: "8787"
|
||
ports:
|
||
- container: "8787"
|
||
description:
|
||
en_US: ""
|
||
|
||
volumes:
|
||
- container: /config
|
||
description:
|
||
en_US: ""
|
||
- container: /books
|
||
description:
|
||
en_US: ""
|
||
- container: /downloads
|
||
description:
|
||
en_US: ""
|
||
description:
|
||
en_US: Readarr is a ebook collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new books from your favorite authors and will interface with clients and indexers to grab, sort, and rename them.
|
||
zh_CN: Readarr是一个用于Usenet和BitTorrent用户的电子书收藏管理器。它可以监视多个RSS源以获取您最喜欢的作者的新书,并且可以与客户端和索引器进行交互以获取,排序和重命名它们。
|
||
developer: Readarr Team
|
||
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/icon.png
|
||
screenshot_link:
|
||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/screenshot-1.png
|
||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/screenshot-2.png
|
||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/screenshot-3.png
|
||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/screenshot-4.png
|
||
tagline:
|
||
en_US: Ebook and audiobook collection manager for Usenet and BitTorrent users.
|
||
zh_CN: 用于Usenet和BitTorrent用户的电子书和有声书收藏管理器。
|
||
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/thumbnail.png
|
||
tips: {}
|
||
title:
|
||
en_US: Readarr
|
||
x-casaos:
|
||
architectures:
|
||
- amd64
|
||
- arm
|
||
- arm64
|
||
main_app: readarr
|