CasaOS-Store/Apps/Bazarr/appfile.json

126 lines
2.9 KiB
JSON
Raw Permalink Normal View History

2022-08-16 08:01:49 +00:00
{
"version": "2.0",
"title": "Bazarr",
"name": "Bazarr",
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/icon.png",
"tagline": "Letter generators for Sonarr and Radarr",
"overview": "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.",
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/thumbnail.png",
2022-08-16 08:01:49 +00:00
"screenshots": [
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-1.png",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-2.png",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-3.png",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-4.png"
],
"category": [
"Media"
],
"developer": {
"name": "Sabnzbd Team",
"website": "https://sabnzbd.org/",
"donate_text": "",
"donate_link": ""
},
"adaptor": {
"name": "CasaOS Team",
"website": "https://www.casaos.io",
"donate_text": "",
"donate_link": ""
},
"support": "",
"website": "",
"container": {
2022-08-18 02:08:32 +00:00
"image": "linuxserver/bazarr:latest",
2022-08-16 08:01:49 +00:00
"shell": "sh",
"privileged": false,
"network_model": "bridge",
"web_ui": {
"http": "6767",
"path": ""
},
"health_check": "",
"envs": [
{
"key": "PUID",
"value": "1000",
"description": "",
"configurable": "no"
},
{
"key": "PGID",
"value": "1000",
"description": "",
"configurable": "no"
},
{
"key": "TZ",
"value": "Europe/London",
"description": "",
"configurable": "no"
}
],
"ports": [
{
"container": "6767",
"host": "6767",
"type": "tcp",
"allocation": "automatic",
"configurable": "no",
"description": ""
}
],
"volumes": [
{
"container": "/movies",
"host": "/DATA/Media/Movies",
"mode": "rw",
"allocation": "automatic",
"configurable": "no",
"description": ""
},
{
"container": "/tv",
"host": "/DATA/Media/TV Shows",
"mode": "rw",
"allocation": "automatic",
"configurable": "no",
"description": ""
},
{
"container": "/config",
"host": "/DATA/AppData/bazarr/config",
"mode": "rw",
"allocation": "automatic",
"configurable": "no",
"description": ""
}
],
"devices": [],
"constraints": {
"min_memory": 64,
"min_storage": 128
},
"restart_policy": "unless-stopped",
"sysctls": [],
"cap_add": [],
2022-08-16 08:01:49 +00:00
"labels": [],
"host_name": "Bazarr",
"cmd": []
},
"abilities": {
"notification": false,
"widgets": false,
"authentication": false,
"search": false,
"upnp": false
},
"tips": {
"before_install": []
},
"changelog": {
"latest_updates": "",
"url": ""
},
"latest_update_date": ""
}