Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ docker compose down
### Service Categories
- **Infrastructure**: Traefik, Docker Socket Proxy, Authelia, Portainer, Task Scheduler
- **Media**: Plex (LinuxServer.io, GPU-enabled), Sonarr, Radarr, Bazarr, SABnzbd, NZBHydra2
- **Books**: Calibre-Web, Lazy Librarian
- **Books**: Calibre-Web (Frontend), Lazy Librarian (Manager)
- **DNS/Ad-blocking**: Pi-hole (port 53)
- **Home Automation**: Home Assistant (privileged, host network)
- **Dashboard**: Organizr
Expand Down
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@ services:
- sabnzb_config:/config
- downloads:/downloads
- video:/video
- audiobooks:/audiobooks
environment:
- PUID=$PUID
- PGID=$PGID
Expand Down Expand Up @@ -640,12 +641,13 @@ services:
- PUID=$PUID
- PGID=$PGID
- TZ=$TZ
- DOCKER_MODS=linuxserver/calibre-web:calibre|linuxserver/mods:lazylibrarian-ffmpeg #optional
- DOCKER_MODS=linuxserver/mods:universal-calibre|linuxserver/mods:lazylibrarian-ffmpeg #optional
logging: *default-logging
volumes:
- lazylibrarian_config:/config
- downloads:/downloads
- ebooks:/books
- audiobooks:/audiobooks
labels:
- "traefik.enable=true"
## HTTP Routers
Expand Down