Initial sanitized SmartSpeaker snapshot

This commit is contained in:
ben
2026-07-13 21:13:19 -07:00
commit ac26dcc238
66 changed files with 11438 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
@echo off
set /p tunnel_name="Enter Cloudflare tunnel name [default: home dev]: "
if "%tunnel_name%"=="" set tunnel_name=home dev
echo Running Cloudflare tunnel "%tunnel_name%" -> http://localhost:8901...
"C:\Program Files (x86)\cloudflared\cloudflared.exe" tunnel run "%tunnel_name%"
pause