add ebooks stack: consolidate book services into single namespace [ci skip]

- New ebooks namespace with CWA, Stacks, Audiobookshelf, book-search
- book-search (renamed from audiobook-search) with CWA ingest volume
- Comment out audiobook_search module from servarr
- All NFS volumes and secrets consolidated
This commit is contained in:
Viktor Barzin 2026-03-25 15:04:27 +02:00
parent 14bbab3041
commit 6e1d8c0c8b
4 changed files with 820 additions and 9 deletions

10
stacks/ebooks/tiers.tf Normal file
View file

@ -0,0 +1,10 @@
# Generated by Terragrunt. Sig: nIlQXj57tbuaRZEa
locals {
tiers = {
core = "0-core"
cluster = "1-cluster"
gpu = "2-gpu"
edge = "3-edge"
aux = "4-aux"
}
}