28 lines
1.3 KiB
Markdown
28 lines
1.3 KiB
Markdown
# Bazarr
|
|
|
|
Companion subtitle manager for Sonarr and Radarr that searches for and writes subtitles alongside the shared media
|
|
libraries.
|
|
|
|
## Deployment layout
|
|
|
|
- **Compose:** `/srv/docker/bazarr/docker-compose.yml`
|
|
- **Static configuration/source:** no additional static configuration or build source
|
|
- **Non-secret environment:** runtime UID/GID and timezone are declared inline in Compose; there is no project-local
|
|
`.env`
|
|
- **Secrets:** none
|
|
- **NVMe application state:** `/srv/appdata/bazarr/config`
|
|
- **Bulk HDD data:** none
|
|
- **Other mounts:** `/data/Data1/jellyfin/Series` at `/series` and `/data/Data1/jellyfin/Movies` at `/movies`, both
|
|
read-write shared media mounts
|
|
|
|
Secrets are never committed to this repository. No standalone secret file is
|
|
declared; credentials entered through Bazarr are retained in its protected application-managed configuration.
|
|
|
|
## Dependencies and recovery
|
|
|
|
- **Networks/dependencies:** external `npm_proxy` network at `192.168.97.20`; Bazarr relies on separately configured
|
|
Sonarr and Radarr integrations and shared media paths matching those applications
|
|
- **Back up:** `/srv/appdata/bazarr/config`; generated subtitles are stored in the separately managed Jellyfin media
|
|
tree
|
|
- **Re-creatable:** the Bazarr container; no separate cache or temporary-data mount is declared
|