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.