2023-02-28 00:15:03 +00:00
name : sonarr
services :
2023-03-07 00:52:47 +00:00
sonarr :
environment :
PGID : $PGID
PUID : $PUID
TZ : $TZ
image : linuxserver/sonarr:3.0.10
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 : 8989
published : "8989"
protocol : tcp
restart : unless-stopped
volumes :
- type : bind
source : /DATA/AppData/$AppID/config
target : /config
- type : bind
source : /DATA/Media/TV Shows
target : /tv
- 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 Sonarr as specified uid.
2023-03-25 01:14:10 +00:00
zh_CN : 以指定的uid运行Sonarr
- container : PGID
2023-03-07 00:52:47 +00:00
description :
en_US : Run Sonarr as specified gid.
2023-03-25 01:14:10 +00:00
zh_CN : 以指定的gid运行Sonarr
2023-03-07 00:52:47 +00:00
index : /
port_map : "8989"
2023-02-28 00:15:03 +00:00
ports :
2023-03-25 01:14:10 +00:00
- container : "8989"
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 : Sonarr config directory.
2023-03-25 01:14:10 +00:00
zh_CN : Sonarr配置目录
- container : /tv
2023-03-07 00:52:47 +00:00
description :
en_US : Sonarr tv directory.
2023-03-25 01:14:10 +00:00
zh_CN : Sonarr TV目录
- container : /downloads
2023-02-28 00:15:03 +00:00
description :
2023-03-07 00:52:47 +00:00
en_US : Sonarr downloads directory.
2023-03-25 01:14:10 +00:00
zh_CN : Sonarr下载目录
2023-03-07 00:52:47 +00:00
description :
en_US : Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.
2023-03-25 01:14:10 +00:00
zh_CN : Sonarr是一个用于Usenet和BitTorrent用户的PVR。它可以监视多个RSS源以获取您最喜欢的节目的新剧集, 并且可以抓取, 排序和重命名它们。它还可以配置为在出现更好的质量格式时自动升级已下载文件的质量。
2023-03-07 00:52:47 +00:00
developer : Sonarr
icon : https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sonarr/icon.png
screenshot_link :
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sonarr/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sonarr/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sonarr/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sonarr/screenshot-4.jpg
tagline :
en_US : The PVR for Usenet and BitTorrent users
2023-03-25 01:14:10 +00:00
zh_CN : 用于Usenet和BitTorrent用户的PVR
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 : Sonarr
2023-02-28 00:15:03 +00:00
x-casaos :
2023-03-07 00:52:47 +00:00
architectures :
- amd64
- arm64
main_app : sonarr