forked from mxx1111/remote-code-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (20 loc) · 937 Bytes
/
Copy path.env.example
File metadata and controls
25 lines (20 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copy this file to .env.local and adjust it for your Mac.
# .env.local is ignored by Git.
REMOTE_SHELL_PROJECTS_ROOT="/Users/your-name/Projects"
REMOTE_SHELL_MACHINE_NAME="My Mac"
# Safe defaults: expose both services only on the local machine.
REMOTE_SHELL_HOST=127.0.0.1
REMOTE_SHELL_PORT=3001
REMOTE_SHELL_TTYD_HOST=127.0.0.1
REMOTE_SHELL_TTYD_PORT=7681
REMOTE_SHELL_TTYD_PUBLIC_PORT=7681
REMOTE_SHELL_WORKSPACE_SESSION=remote-shell-mobile
REMOTE_SHELL_STATE_ROOT="/Users/your-name/.remote-shell-mobile"
# Optional absolute paths when the commands are not available on PATH.
# REMOTE_SHELL_NODE=/opt/homebrew/bin/node
# REMOTE_SHELL_TMUX=/opt/homebrew/bin/tmux
# REMOTE_SHELL_TTYD=/opt/homebrew/bin/ttyd
# REMOTE_SHELL_CLAUDE="$HOME/.local/bin/claude"
# REMOTE_SHELL_CODEX=/opt/homebrew/bin/codex
# Optional ttyd Basic Auth. Tailscale access controls are recommended instead.
# REMOTE_SHELL_TTYD_CREDENTIAL="username:change-me"