Update lockfile and architecture docs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 files changed,
+2 insertions,
-1 deletion
| 3373 |
3373 |
|
|
| 3374 |
3374 |
|
[[package]]
|
| 3375 |
3375 |
|
name = "makenotwork"
|
| 3376 |
|
- |
version = "0.3.23"
|
|
3376 |
+ |
version = "0.3.24"
|
| 3377 |
3377 |
|
dependencies = [
|
| 3378 |
3378 |
|
"anyhow",
|
| 3379 |
3379 |
|
"argon2",
|
| 17 |
17 |
|
| Reverse proxy | Caddy (TLS, static files, custom domains) |
|
| 18 |
18 |
|
| CDN / DDoS | Cloudflare (Full Strict SSL, mTLS) |
|
| 19 |
19 |
|
| Hosting | Hetzner VPS (systemd, no Docker) |
|
|
20 |
+ |
| Banking | Mercury (business checking) |
|
| 20 |
21 |
|
| Auth | Argon2id passwords, tower-sessions (PostgreSQL-backed), TOTP, WebAuthn passkeys |
|
| 21 |
22 |
|
|
| 22 |
23 |
|
Single binary, single process. Migrations auto-run on boot. Background tasks (health monitor, scheduler) run as spawned Tokio tasks within the same process.
|