# Dev host routing (not in this repo)

Machine-wide Tailscale paths and the root dev menu live in **`dev-setup`**, not in secs-workspace.

| What | Where |
|------|--------|
| Dev host HTML menu + `/zellij` session picker | [`dev-setup/machines/herki-pc-ubuntu/dev-host/`](../../dev-setup/machines/herki-pc-ubuntu/dev-host/) |
| Manifest + `host-tailscale apply` | [`dev-setup/machines/herki-pc-ubuntu/tailnet/`](../../dev-setup/machines/herki-pc-ubuntu/tailnet/) |
| Surface index (all projects) | [`dev-setup/shared/projects/dev-surfaces.md`](../../dev-setup/shared/projects/dev-surfaces.md) |

This repo keeps **project-specific** scripts:

- `scripts/run-docs-portal.sh` — build/serve `docs-site/` (`/secs/docs/` on the tailnet)
- `scripts/run-endgate-dev.sh` — Zellij `host-endgate`
- `scripts/run-valenar-dev.sh` — Zellij `host-valenar`

Shims (same commands you used before):

```bash
bash scripts/host-tailscale.sh apply
```

Canonical copy:

```bash
bash ~/dev/github/dev-setup/machines/herki-pc-ubuntu/tailnet/host-tailscale.sh apply
```

See also [`docs/project/pr-tailscale-host-routing.md`](../docs/project/pr-tailscale-host-routing.md) and [`docs/project/pr-zellij-dev-sessions.md`](../docs/project/pr-zellij-dev-sessions.md).
