Configure storage from the browser wizard
The install wizard now includes an Object store step, so hosted deployments can choose local disk or AWS S3 before the server starts serving normal traffic. The wizard manages SlateDB and artifact storage together, which prevents the common setup mistake of putting run events in one backend and artifacts somewhere else.AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY. Advanced S3-compatible backends such as MinIO, R2, custom endpoints, and path-style settings remain available through manual settings.toml configuration.
More
CLI
CLI
fabro settings --localnow reads and writes local settings without contacting a server- Authentication-required errors now suggest
fabro auth login - Run dump artifact paths now use the displayed stage ID in export paths
Improvements
Improvements
- Dev-token handling is now gated on explicit
dev-tokenauth configuration fabro server startno longer mints dev-token material when dev-token auth is disabled- Added a Discord badge to the README
- Run status handling now uses one tagged lifecycle state representation across API and UI surfaces
Fixes
Fixes
- Fixed archive outcome alignment so status transitions report consistently
- Fixed server-side settings authority so unit tests and dry paths do not accidentally reach live object stores
- Fixed install runtime refresh behavior after settings updates