From 01fa06e7dc061b6c6f40e5ca9b3f112a892758de Mon Sep 17 00:00:00 2001 From: sstent Date: Sun, 8 Feb 2026 16:44:30 -0800 Subject: [PATCH] docs(conductor): Synchronize docs for track 'fix_litefs_config' --- conductor/tech-stack.md | 1 + 1 file changed, 1 insertion(+) diff --git a/conductor/tech-stack.md b/conductor/tech-stack.md index a0d8953..101bb42 100644 --- a/conductor/tech-stack.md +++ b/conductor/tech-stack.md @@ -8,6 +8,7 @@ ## Storage & Database - **SQLite:** The primary relational database used by Navidrome for metadata and state. - **LiteFS:** A FUSE-based filesystem that provides synchronous replication of the SQLite database across the cluster. +- **Process Management:** LiteFS-supervised with a leadership-aware entrypoint script ensuring Navidrome only runs on the primary node. ## Automation & Delivery - **Gitea Actions:** Automates the multi-arch (AMD64/ARM64) building and pushing of the custom supervised container image.