Go to file
Yejun Su ee3341d20c
feat: add --remote-control flag, status indicator, and fix config check ordering
2026-03-19 12:10:39 +08:00
extensions/pi-remote-control feat: add --remote-control flag, status indicator, and fix config check ordering 2026-03-19 12:10:39 +08:00
.gitignore chore: initial commit 2026-03-19 10:41:11 +08:00
LICENSE chore: initial commit 2026-03-19 10:41:11 +08:00
README.md chore: initial commit 2026-03-19 10:41:11 +08:00
package-lock.json chore: initial commit 2026-03-19 10:41:11 +08:00
package.json chore: initial commit 2026-03-19 10:41:11 +08:00

README.md

pi-remote-control

Install

pi install https://github.com/goofansu/pi-remote-control

Setup

1. Configure your public URL

Tell the extension the base URL your proxy/tunnel exposes:

/remote-control config

Enter something like http://pi.myhost or https://pi.example.com. This is saved to ~/.pi/agent/remote-control.json.

2. Start the server

/remote-control

This starts the server on a random localhost port, generates an auth token, and displays a QR code + URL. Open the URL on any device.