Menu
AkurAI-Build
publicLatest change e11509261b6a2aa4ea9ef67250b0be01bfb4f53b - Restore paths swept in from uncommitted WIP by Ólafur Búi Ólafsson
--- name: akurai-platform description: "SaaS shell served by shared Framework binary; Bun payment sidecar" --- # AkurAI-Platform Platform app (~/Projects/AkurAI-Platform) consumes a PINNED Framework artifact — no local Cargo build. .akurai.yml: FRAMEWORK_ARTIFACT=$AKURAI_BUILD_ROOT/artifacts/795/2217/.../release/akurai installed as ./akurai-bin; Bun payment checks/tests/catalog then payment build; tar frontend+backend. - Deploy (akurai-deploy.toml): shared binary `serve --dir /opt/akurai-platform/app/frontend --host 127.0.0.1 --port 8098 --name akurai-platform`; domain platform.olibuijr.com; health https://platform.olibuijr.com/api/health; payment sidecar :8198. - Env: IDP issuer/client creds, public URL, trusted proxy secret (names only). - WOR-251 note: the Bun payment sidecar is a migration target to pure Rust on Framework.