mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update Bazarr to 1.2.2 and bind mount /downloads (#656)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
92208dbc61
commit
1d2b4e6a95
@ -8,10 +8,11 @@ services:
|
|||||||
PROXY_AUTH_WHITELIST: "/api/*"
|
PROXY_AUTH_WHITELIST: "/api/*"
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: linuxserver/bazarr:1.2.1@sha256:dbc3c7e9ba92becf5450bdb4ea377ffddda6ce7a08e40a81b9344de27db9e52d
|
image: linuxserver/bazarr:1.2.2@sha256:15b656fc672f6d12f8810d1b32028f539ae8a672df1abe45abe8244ab1725c6c
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/config:/config
|
- ${APP_DATA_DIR}/data/config:/config
|
||||||
restart: on-failure
|
- ${UMBREL_ROOT}/data/storage/downloads:/downloads
|
||||||
|
restart: on-failure
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||||||
id: bazarr
|
id: bazarr
|
||||||
category: media
|
category: media
|
||||||
name: Bazarr
|
name: Bazarr
|
||||||
version: "1.2.1"
|
version: "1.2.2"
|
||||||
tagline: Manage and download subtitles for Sonarr and Radarr
|
tagline: Manage and download subtitles for Sonarr and Radarr
|
||||||
description: >-
|
description: >-
|
||||||
Bazarr is a companion application to Sonarr and Radarr that manages and downloads subtitles based on your requirements.
|
Bazarr is a companion application to Sonarr and Radarr that manages and downloads subtitles based on your requirements.
|
||||||
@ -17,6 +17,11 @@ description: >-
|
|||||||
During initial set-up, you will need to input your Umbrel device's IP address to connect to Sonarr and/or Radarr.
|
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 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.
|
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.
|
||||||
|
releaseNotes: >-
|
||||||
|
Small bug fixes and improvements.
|
||||||
|
|
||||||
|
|
||||||
|
Read the full release notes at https://github.com/morpheus65535/bazarr/releases/tag/v1.2.2
|
||||||
developer: morpheus65535
|
developer: morpheus65535
|
||||||
website: https://www.bazarr.media/
|
website: https://www.bazarr.media/
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
Loading…
Reference in New Issue
Block a user