Reference¶
Deep dives on the internals: how the three containers fit together, every environment variable, the full REST API surface, the security model, and the usual troubleshooting recipes.
๐๏ธ Architecture¶
Three containers, two SQLite writers, one shared WAL DB. The bridge is strictly read-only. Every byte that crosses the network boundary is shown.
โ๏ธ Configuration¶
Every environment variable, what it does, what the default is, and when to tune it.
๐ Security & privacy¶
What's on disk, what's not, how bcrypt + opaque bearer tokens work, and the read-only bridge contract.
๐ ๏ธ Troubleshooting¶
Common gotchas and how to fix them.
A note on the docs vs the code¶
The docs are hand-curated from the source โ they're not auto-generated. If you spot a drift between the docs and the code, please open an issue.