2023-02-28 00:15:03 +00:00
name : radarr
services :
2023-03-07 00:52:47 +00:00
radarr :
environment :
PGID : $PGID
PUID : $PUID
TZ : $TZ
image : linuxserver/radarr:4.3.2
2023-03-07 18:15:13 +00:00
deploy :
resources :
reservations :
memory : "256M"
2023-03-07 00:52:47 +00:00
network_mode : bridge
ports :
- target : 7878
published : "7878"
protocol : tcp
restart : unless-stopped
volumes :
- type : bind
source : /DATA/AppData/$AppID/config
target : /config
- type : bind
source : /DATA/Media/Movies
target : /movies
- type : bind
source : /DATA/Downloads
target : /downloads
x-casaos :
author : CasaOS Team
category : Media
container :
envs :
2023-03-25 01:14:10 +00:00
- container : TZ
2023-03-07 00:52:47 +00:00
description :
en_US : TimeZone
2023-03-25 01:14:10 +00:00
zh_CN : 时区
- container : PUID
2023-03-07 00:52:47 +00:00
description :
en_US : Run Radarr as specified uid.
2023-03-25 01:14:10 +00:00
zh_CN : 以指定的uid运行Radarr
- container : PGID
2023-03-07 00:52:47 +00:00
description :
en_US : Run Radarr as specified gid.
2023-03-25 01:14:10 +00:00
zh_CN : 以指定的gid运行Radarr
2023-03-07 00:52:47 +00:00
index : /
port_map : "7878"
2023-02-28 00:15:03 +00:00
ports :
2023-03-25 01:14:10 +00:00
- container : "7878"
2023-03-07 00:52:47 +00:00
description :
en_US : WebUI HTTP Port
2023-03-25 01:14:10 +00:00
zh_CN : WebUI HTTP端口
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 00:52:47 +00:00
description :
en_US : Radarr config directory.
2023-03-25 01:14:10 +00:00
zh_CN : Radarr配置目录
- container : /movies
2023-03-07 00:52:47 +00:00
description :
en_US : Radarr movies directory.
2023-03-25 01:14:10 +00:00
zh_CN : Radarr电影目录
- container : /downloads
2023-02-28 00:15:03 +00:00
description :
2023-03-07 00:52:47 +00:00
en_US : Radarr downloads directory.
2023-03-25 01:14:10 +00:00
zh_CN : Radarr下载目录
2023-03-07 00:52:47 +00:00
description :
en_US : Radarr is a movie collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new movies and will interface with clients and indexers to grab, sort, and rename them. It can also be configured to automatically upgrade the quality of existing files in the library when a better quality format becomes available. Note that only one type of a given movie is supported. If you want both an 4k version and 1080p version of a given movie you will need multiple instances.
2023-03-25 01:14:10 +00:00
zh_CN : Radarr是一个为Usenet和BitTorrent用户提供的电影集合管理器。它可以监视多个RSS源以获取新电影, 并且可以与客户端和索引器进行交互以获取, 排序和重命名它们。它还可以配置为在更好的质量格式可用时自动升级库中现有文件的质量。请注意, 只支持给定电影的一种类型。如果您想要4k版本和1080p版本的给定电影, 则需要多个实例。
2023-03-07 00:52:47 +00:00
developer : Radarr
icon : https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/icon.png
screenshot_link :
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/screenshot-4.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/screenshot-5.jpg
tagline :
en_US : The movie collection manager for Usenet and BitTorrent users
2023-03-25 01:14:10 +00:00
zh_CN : 为Usenet和BitTorrent用户提供的电影集合管理器
2023-03-07 00:52:47 +00:00
thumbnail : https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/thumbnail.jpg
tips : {}
title :
en_US : Radarr
2023-02-28 00:15:03 +00:00
x-casaos :
2023-03-07 00:52:47 +00:00
architectures :
- amd64
- arm
- arm64
main_app : radarr