Documentation Index
Fetch the complete documentation index at: https://docs.fabro.sh/llms.txt
Use this file to discover all available pages before exploring further.
fabro server restart
You can now restart the Fabro server without manually stopping and starting it. This is useful after configuration changes or when the server needs a fresh start. The command stops the running server and starts a new one in a single step.
Getting-started empty state on the runs page
The runs page now greets new users with a getting-started empty state instead of a blank table. When there are zero runs, you’ll see quick-start commands and links to docs and Discord — so a fresh install points you at the next step instead of leaving you to guess.More
CLI
CLI
fabro server startnow displays the Web UI URL and active auth methods in its output- Added
--watch-webflag tofabro server startfor auto-rebuilding web assets during development (debug builds only) - Added
--prereleaseflag tofabro upgradethat widens the candidate set to include pre-release tags and picks the highest semver across stable and prereleases
Fixes
Fixes
- Fixed device code login output missing blank line spacing, improving readability
- Fixed Web UI login page not showing both GitHub and dev-token options when both auth methods are enabled
- Fixed install generating inconsistent web URLs for GitHub App callback and settings
- Fixed the header logo linking to
/startinstead of/runsin non-demo mode