82 lines
2.6 KiB
YAML
82 lines
2.6 KiB
YAML
name: bazarr
|
||
services:
|
||
bazarr:
|
||
environment:
|
||
PGID: "1000"
|
||
PUID: "1000"
|
||
TZ: Europe/London
|
||
image: linuxserver/bazarr:1.2.0
|
||
deploy:
|
||
resources:
|
||
reservations:
|
||
memory: 64M
|
||
network_mode: bridge
|
||
ports:
|
||
- target: 6767
|
||
published: "6767"
|
||
protocol: tcp
|
||
restart: unless-stopped
|
||
volumes:
|
||
- type: bind
|
||
source: /DATA/Media/Movies
|
||
target: /movies
|
||
- type: bind
|
||
source: /DATA/Media/TV Shows
|
||
target: /tv
|
||
- type: bind
|
||
source: /DATA/AppData/bazarr/config
|
||
target: /config
|
||
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: "6767"
|
||
ports:
|
||
- container: "6767"
|
||
description:
|
||
en_US: ""
|
||
|
||
volumes:
|
||
- container: /movies
|
||
description:
|
||
en_US: ""
|
||
- container: /tv
|
||
description:
|
||
en_US: ""
|
||
- container: /config
|
||
description:
|
||
en_US: ""
|
||
description:
|
||
en_US: Bazarr is a companion application to Sonarr and Radarr. It can manage and download subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.
|
||
zh_CN: Bazarr是Sonarr和Radarr的伴侣应用程序。它可以根据您的要求管理和下载字幕。您可以根据电视节目或电影来定义您的偏好,并且Bazarr会为您处理所有事情。
|
||
developer: Sabnzbd Team
|
||
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/icon.png
|
||
screenshot_link:
|
||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-1.png
|
||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-2.png
|
||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-3.png
|
||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-4.png
|
||
tagline:
|
||
en_US: Letter generators for Sonarr and Radarr
|
||
zh_CN: Sonarr和Radarr的信件生成器
|
||
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/thumbnail.png
|
||
tips: {}
|
||
title:
|
||
en_US: Bazarr
|
||
x-casaos:
|
||
architectures:
|
||
- amd64
|
||
- arm
|
||
- arm64
|
||
main_app: bazarr
|