Files
pi-hosted/template/apps/bazarr.json

52 lines
1.2 KiB
JSON
Raw Normal View History

2022-02-23 00:00:46 -03:00
{
"categories": [
"Video",
"Music"
],
"description": "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.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
},
{
"default": "America/New_York",
"label": "TZ",
"name": "TZ"
}
],
"image_arm64": "linuxserver/bazarr:latest",
"image_amd64": "linuxserver/bazarr:latest",
2022-02-23 00:00:46 -03:00
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/bazarr.png",
"name": "bazarr",
"officialDoc": "https://wiki.bazarr.media/Getting-Started/Installation/Docker/docker/",
"platform": "linux",
"ports": [
"6767:6767/tcp"
],
"restart_policy": "unless-stopped",
"title": "Bazarr",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Bazarr",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/tv"
},
{
"bind": "/portainer/Movies",
"container": "/movies"
}
],
"webpage": "https://www.bazarr.media/"
}