Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ be adopted with `compose: docker-compose.yml#service`.

## Documentation

The full documentation lives in [`site/`](site) and is published as the
documentation website. Build it with `just site-build`, or serve it locally with
**[onebox.run](https://onebox.run)** is the documentation, published from
[`site/`](site) in this repository. Every page is also served as clean Markdown
at `<path>.md`, and [llms.txt](https://onebox.run/llms.txt) maps the whole site
for agents.

Build it from a checkout with `just site-build`, or serve it locally with
`just site`.

- **Start here** — [your first deploy](site/src/content/docs/start/first-deploy.mdx)
Expand Down Expand Up @@ -87,7 +91,7 @@ are shipped; Onebox still does not create or store the backup itself.
Released archives and Linux packages are installed from GitHub Releases,
macOS users can install through Homebrew, and Windows users can install through
Scoop. Follow the verified steps in the
[installation guide](site/src/content/docs/start/install.mdx).
[installation guide](https://onebox.run/start/install).
To build the binary from a checkout into `~/.local/bin`:

```sh
Expand Down
2 changes: 1 addition & 1 deletion internal/app/testdata/corpus/fanout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api_version: onebox.run/v1
app: fanout
environments:
production:
server: root@fanout.labstack.net
server: root@fanout.example.com
policy: {require_approval: true}
workloads:
site:
Expand Down
2 changes: 1 addition & 1 deletion internal/app/testdata/corpus/goal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api_version: onebox.run/v1
app: goal
environments:
production:
server: root@goal.labstack.net
server: root@goal.example.com
policy: {require_approval: true, allow_agent_proposals: true}
workloads:
server:
Expand Down
2 changes: 1 addition & 1 deletion internal/app/testdata/corpus/monk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api_version: onebox.run/v1
app: monk
environments:
production:
server: root@monk.labstack.net
server: root@monk.example.com
policy: {require_approval: true, allow_agent_proposals: true}
workloads:
server:
Expand Down
2 changes: 1 addition & 1 deletion internal/app/testdata/corpus/pursue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api_version: onebox.run/v1
app: pursue
environments:
production:
server: root@167.233.193.130
server: root@203.0.113.10
policy: {require_approval: true, allow_agent_proposals: true}
workloads:
server:
Expand Down
2 changes: 1 addition & 1 deletion internal/app/testdata/corpus/recast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api_version: onebox.run/v1
app: recast
environments:
production:
server: root@recast.labstack.net
server: root@recast.example.com
policy:
require_approval: true
allow_agent_proposals: true
Expand Down