docs(conductor): Synchronize tech-stack and finalize track 'fix_navidrome_paths'

This commit is contained in:
2026-02-09 07:14:05 -08:00
parent 045fc6e82b
commit 23a65be4d8
7 changed files with 60 additions and 11 deletions

View File

@@ -8,7 +8,10 @@
## 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 robust TTL-heartbeat registration script ensuring zero-downtime failover and clean service catalog management.
- **Process Management:** LiteFS-supervised with TTL-based self-registration for clean and resilient service catalog management.
- **Hybrid Storage Model:**
- **Replicated:** SQLite database on LiteFS FUSE mount (`/data`).
- **Shared:** Plugins, cache, and backups on persistent network storage (`/shared_data`).
## Automation & Delivery
- **Gitea Actions:** Automates the multi-arch (AMD64/ARM64) building and pushing of the custom supervised container image.