Add auth UI installation to getting started sections.

This commit is contained in:
Sebastian Jeltsch
2025-09-24 22:14:49 +02:00
parent 547754571c
commit b3084aee96
2 changed files with 26 additions and 3 deletions

View File

@@ -127,8 +127,18 @@ trail run
On first start, a `./traildepot` folder will be bootstrapped, an admin user
created and their credentials printed to the terminal.
Afterwards open http://localhost:4000/_/admin/ in your browser and use the
credentials to log into the admin dashboard.
Afterwards open [http://localhost:4000/\_/admin/](http://localhost:4000/_/admin/)
in your browser and use the credentials to log into the admin dashboard.
If you want to install the auth UI, you can simply run:
```sh
trail components add trailbase/auth_ui
```
, which will add a WASM component in `./traildepot/wasm` exposing additional UI
endpoints, e.g.
[http://localhost:4000/\_/auth/login](http://localhost:4000/_/auth/login).
## Building