1018 B
1018 B
Remote Private Beta (Tailscale)
1) One-time prep on host laptop
- Install and connect Tailscale.
- In this project folder, create beta env:
cp .env.beta.example .env.beta
- Set a strong secret in
.env.betaforCRM_SECRET_KEY.
2) Start beta server
./start_beta.sh- Optional custom port:
./start_beta.sh 8080
The script prints the Tailscale URL if Tailscale is running.
3) Invite users
- Log in as admin.
- Settings -> Admin -> Invite User.
- Share the Tailscale URL and credentials with each tester.
4) Pre-flight safety checks before each test session
- Run backup now in Settings -> Admin.
- Run backup verification in Settings -> Admin -> Reliability Checks.
- Confirm Security panel has no secret warning.
5) Troubleshooting
- If users cannot connect, confirm host shows
tailscale statusas online. - If CORS error appears, set exact origin in
.env.betaasCRM_CORS_ORIGIN=http://<tailscale-ip>:8080and restart. - If port is in use, run
./start_beta.sh 8090.