Merge pull request #2150 from alexbelgium/create-pull-request/patch-1761438754 nobuild

Github bot: fix linting issues nobuild
This commit is contained in:
Alexandre
2025-10-27 20:41:01 +01:00
committed by GitHub
101 changed files with 324 additions and 291 deletions

View File

@@ -3,9 +3,9 @@ arch:
- amd64
- armv7
backup_exclude:
- '**/Backups/*'
- '**/logs/*'
- '**/MediaCover/*'
- "**/Backups/*"
- "**/logs/*"
- "**/MediaCover/*"
codenotary: alexandrep.github@gmail.com
description: Companion application to Sonarr and Radarr to download subtitles
devices:
@@ -71,8 +71,8 @@ devices:
- /dev/nvme1
- /dev/nvme2
environment:
PGID: '0'
PUID: '0'
PGID: "0"
PUID: "0"
image: ghcr.io/alexbelgium/bazarr-{arch}
init: false
map:
@@ -104,4 +104,4 @@ slug: bazarr_nas
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/bazarr
version: 1.5.3
webui: '[PROTO:ssl]://[HOST]:[PORT:6767]'
webui: "[PROTO:ssl]://[HOST]:[PORT:6767]"