Nathan Fretz
2 years ago
committed by
GitHub
3 changed files with 52 additions and 0 deletions
@ -0,0 +1,17 @@ |
|||
version: "3.7" |
|||
|
|||
services: |
|||
app_proxy: |
|||
environment: |
|||
APP_HOST: bazarr_server_1 |
|||
APP_PORT: 6767 |
|||
PROXY_AUTH_WHITELIST: "/api/*" |
|||
|
|||
server: |
|||
image: linuxserver/bazarr:1.2.1@sha256:dbc3c7e9ba92becf5450bdb4ea377ffddda6ce7a08e40a81b9344de27db9e52d |
|||
environment: |
|||
- PUID=1000 |
|||
- PGID=1000 |
|||
volumes: |
|||
- ${APP_DATA_DIR}/data/config:/config |
|||
restart: on-failure |
@ -0,0 +1,35 @@ |
|||
manifestVersion: 1 |
|||
id: bazarr |
|||
category: Media |
|||
name: Bazarr |
|||
version: "1.2.1" |
|||
tagline: Manage and download subtitles for Sonarr and Radarr |
|||
description: >- |
|||
Bazarr is a companion application to Sonarr and Radarr that manages and downloads subtitles based on your requirements. |
|||
You define your preferences by TV show or movie and Bazarr takes care of everything for you. |
|||
|
|||
|
|||
Bazarr does not scan your disk to detect series and movies. It only takes care of the series and movies that are indexed in Sonarr and Radarr. |
|||
|
|||
|
|||
🛠️ SET-UP INSTRUCTIONS |
|||
|
|||
During initial set-up, you will need to input your Umbrel device's IP address to connect to Sonarr and/or Radarr. |
|||
You can find your device's IP address by visiting your router's admin dashboard or by using an IP scanning tool like Angry IP Scanner. |
|||
You will also need to input your API key for Sonarr and/or Radarr. You can find your API keys in the settings of the Sonarr and Radarr apps. |
|||
developer: morpheus65535 |
|||
website: https://www.bazarr.media/ |
|||
dependencies: [] |
|||
repo: https://github.com/morpheus65535/bazarr |
|||
support: https://github.com/morpheus65535/bazarr/issues |
|||
port: 6767 |
|||
gallery: |
|||
- 1.jpg |
|||
- 2.jpg |
|||
- 3.jpg |
|||
path: "" |
|||
defaultUsername: "" |
|||
defaultPassword: "" |
|||
torOnly: false |
|||
submitter: Umbrel |
|||
submission: https://github.com/getumbrel/umbrel-apps/pull/610 |
Loading…
Reference in new issue