mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-29 19:15:35 +00:00
Rename the Remote Link UI and user-facing messages to Remote Control. Refactor tunnel startup into provider helpers, remove ngrok support, and keep Cloudflare Tunnel, Microsoft Dev Tunnels, Serveo, and Tailscale wired through the Remote Control selector. Add provider-time binary preparation, Tailscale userspace tailscaled startup, Tailscale login URL display, Microsoft Dev Tunnel progress feedback, and focused regression coverage for the Remote Control provider flows.
9 lines
189 B
HTML
9 lines
189 B
HTML
<html class="remote-link-modal">
|
|
<head>
|
|
<title>Remote Control</title>
|
|
</head>
|
|
|
|
<body>
|
|
<x-component path="settings/tunnel/tunnel-section.html"></x-component>
|
|
</body>
|
|
</html>
|