You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): scaffold portable configs and support base paths
Generate plain default-exported configs so global installs do not depend on
resolving remobi from the project directory.
Add --base-path for prefixed deployments and thread it through the browser,
PWA assets, manifest URLs, and server routes.
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ See [Mobile-friendly tmux config](.agents/skills/remobi-setup/references/mobile-
68
68
69
69
For local development, see the [Development](#development) section below.
70
70
71
-
Open `http://localhost:7681` on the same machine to verify it works. For phone access, put a trusted proxy/tunnel in front of it, for example [Tailscale Serve](.agents/skills/remobi-setup/references/tailscale-serve.md).
71
+
Open `http://localhost:7681` on the same machine to verify it works. For phone access, put a trusted proxy/tunnel in front of it, for example [Tailscale Serve](.agents/skills/remobi-setup/references/tailscale-serve.md). If your proxy mounts remobi under a URL prefix, start remobi with `--base-path /that-prefix` so the HTML, PWA links, and WebSocket all use the same external path.
72
72
73
73
## Release channels
74
74
@@ -117,10 +117,11 @@ To report a vulnerability, see [SECURITY.md](SECURITY.md).
0 commit comments