-
Notifications
You must be signed in to change notification settings - Fork 1
Remote Access
🌐 English · 한국어
Access and control CLITrigger from anywhere via Cloudflare Tunnel. Browser notifications alert you when tasks or discussions complete, so you can walk away and come back.
# Install cloudflared
winget install cloudflare.cloudflared # Windows
brew install cloudflared # macOS
# Set TUNNEL_ENABLED=true in .env, then:
npm run start:tunnel
# → Outputs https://xxxx.trycloudflare.com in the consoleOr via the CLI:
clitrigger config tunnel onThe console prints an external URL like https://xxxx-xxxx.trycloudflare.com — open it from your phone, laptop, anywhere.
The default *.trycloudflare.com / *.cfargotunnel.com hostnames sometimes trigger the browser's "dangerous site" warning. Point a named tunnel at your own domain to inherit your domain's reputation and avoid it.
Either use the sidebar ⚙ → Tunnel settings modal (Tunnel Name + Custom Hostname), or the CLI:
clitrigger config tunnel hostname app.your-domain.com
cloudflared tunnel route dns <tunnel-name> app.your-domain.com # one-timeThe displayed URL becomes https://app.your-domain.com and reputation tracks your domain.
Toggle the bell icon in the sidebar (persisted to localStorage). On first enable, the browser prompts for permission; if denied, the toggle shows a blocked tooltip. You'll get an OS-level notification when a long task or discussion completes or fails.
Anyone with the password can control CLITrigger and run your Favorites tools. When exposing via tunnel, use a strong password and be mindful of what external tools you've registered. External sharing stays paused until first-launch setup completes, so the first user is guaranteed to be you.
English
🗂 Plan & Organize 🤖 Delegate to AI 🔍 Review & Ship 🌐 Remote Access
한국어
🗂 계획 & 정리 🤖 AI에게 위임 🔍 리뷰 & 배포 🌐 원격 접속