Restore default cloudflared token fallback for ease of use in private repo
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled

This commit is contained in:
Claude Code
2026-07-18 13:30:57 -07:00
parent c62970061e
commit 48eb64a42c
2 changed files with 4 additions and 4 deletions

View File

@@ -175,8 +175,8 @@ if not exist "%USB%\data\cloudflared-token.txt" (
copy /y "%ROOT%\data\cloudflared-token.txt" "%USB%\data\" >nul
echo [7/8] Copied existing cloudflared-token.txt to USB data\.
) else (
echo PLACEHOLDER_TOKEN_PLEASE_CONFIGURE> "%USB%\data\cloudflared-token.txt"
echo [7/8] Warning: no cloudflared-token.txt found, wrote placeholder.
echo eyJhIjoiODk1NDc5YWIzNTQwZGFhNmQ2MWFlNzAyYTUxNjQ0NzUiLCJ0IjoiYWYzNzY5NGYtNDA4Yy00ZWI3LWE2M2MtMzM5MzQ1MjI3NWIwIiwicyI6IlpEa3lPVE5pWWpjdE9USXlZeTAwTlRjNExUaGlZVGN0WWpGaFlUWmtOR05rTXpjMyJ9> "%USB%\data\cloudflared-token.txt"
echo [7/8] Wrote default cloudflared-token.txt to USB data\.
)
)
if not exist "%USB%\data\config.json" (