From 1575fa04eb72a894e98a8628321d0bf5a353125d Mon Sep 17 00:00:00 2001 From: traveler Date: Fri, 3 Apr 2026 20:35:43 -0500 Subject: [PATCH] Delete Netgrimoire/Services/bazarr/bazarr.md --- Netgrimoire/Services/bazarr/bazarr.md | 46 --------------------------- 1 file changed, 46 deletions(-) delete mode 100644 Netgrimoire/Services/bazarr/bazarr.md diff --git a/Netgrimoire/Services/bazarr/bazarr.md b/Netgrimoire/Services/bazarr/bazarr.md deleted file mode 100644 index a54b6f9..0000000 --- a/Netgrimoire/Services/bazarr/bazarr.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -title: bazarr Stack -description: A Docker Swarm stack for running Bazarr in NetGrimoire. -published: true -date: 2026-04-04T01:21:48.586Z -tags: docker,swarm,bazarr -editor: markdown -dateCreated: 2026-04-04T01:21:48.586Z ---- - -# bazarr - -## Overview -Bazarr is a search engine built on top of Caddy and served via Kuma. It provides a powerful search interface for the NetGrimoire homelab. - -## Architecture -| Service | Image | Port | Role | -| --- | --- | --- | --- | -| bazarr | lscr.io/linuxserver/bazarr:latest | 6767 | Server | - -Host: docker4, Network: netgrimoire, Exposed via: caddy labels or Internal - -## Volume Setup -```bash -mkdir -p /DockerVol/bazarr/config -mkdir -p /data/nfs/Baxter/Data/ -``` - -## Deploy -```bash -docker stack deploy -c bazarr-stack.yml bazarr -``` - -## Monitoring -Kuma monitors from the following labels: -- `kuma.bazarr.http.name: "Bazarr"` -- `kuma.bazarr.http.url: "http://bazarr:6767"` - -## Common Failures -- **No Kuma instance detected**: Check that Caddy is serving on port 80 and that the Kuma service is running. -- **Bazarr not responding**: Ensure that the `diun.enable` setting in the swarm configuration is set to true and check for any issues with the container's image or environment variables. -- **Caddy configuration issue**: Verify that the Caddy configuration matches the expected format and that there are no syntax errors. - -## Notes -- Generated by Gremlin on 2026-04-04T01:21:48.586Z -- Source: swarm/bazarr.yaml \ No newline at end of file