agent-zero/webui/components/settings/tunnel/remote-link.html
Alessandro 67224672e8 Add Remote Control tunnel providers
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.
2026-05-28 22:33:29 +02:00

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>