You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -876,6 +876,14 @@ docker compose --profile base up -d
876
876
docker compose --profile cli up -d
877
877
```
878
878
879
+
Dashboard support for Docker deployments now includes a one-click **Cloudflare Quick Tunnel** on `Dashboard → Endpoints`. The first enable downloads `cloudflared` only when needed, starts a temporary tunnel to your current `/v1` endpoint, and shows the generated `https://*.trycloudflare.com/v1` URL directly below your normal public URL.
880
+
881
+
Notes:
882
+
883
+
- Quick Tunnel URLs are temporary and change after every restart.
884
+
- Managed install currently supports Linux, macOS, and Windows on `x64` / `arm64`.
885
+
- Set `CLOUDFLARED_BIN=/absolute/path/to/cloudflared` if you want OmniRoute to use an existing binary instead of downloading one.
886
+
879
887
**Using Docker Compose with Caddy (HTTPS Auto-TLS):**
880
888
881
889
OmniRoute can be securely exposed using Caddy's automatic SSL provisioning. Ensure your domain's DNS A record points to your server's IP.
0 commit comments