fabro/apps/arc-web/app/lib
Bryan Helmkamp be72df55c8 Add arc setup interactive setup wizard
Automates first-time setup: generates server.toml, Ed25519 JWT keypair,
mTLS CA+server certificates, session secret, and .env file with proper
permissions. Includes pre-flight system dependency checks shared with
doctor, LLM provider API key collection, and optional doctor verification.

Also renames config file from arc.toml to server.toml across the codebase,
and loads ~/.arc/.env before CWD .env for centralized secret management.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 22:24:09 -05:00
..
config.server.ts Add arc setup interactive setup wizard 2026-03-03 22:24:09 -05:00
db.server.ts SQLite-backed sessions with GitHub email and app manifest fix 2026-03-02 21:05:59 -05:00
format.ts Add demo API server and wire React app to fetch from API 2026-03-02 09:39:53 -05:00
github.server.ts Move GitHub App ID and Client ID from env vars to TOML config 2026-03-03 01:05:48 -05:00
graph-theme.ts Add light mode support with theme toggle 2026-03-01 18:06:45 -05:00
session-storage.server.ts SQLite-backed sessions with GitHub email and app manifest fix 2026-03-02 21:05:59 -05:00
session.server.ts SQLite-backed sessions with GitHub email and app manifest fix 2026-03-02 21:05:59 -05:00
theme.tsx Add light mode support with theme toggle 2026-03-01 18:06:45 -05:00