Remote-Link.cmd to set up a cloudflare tunnel

Run this script to download the latest cloudflared.exe from Cloudflare (if it's not available in the same folder as the script already) and run it to set up a secure HTTPS tunnel to your SillyTavern instance instead of using insecure unencrypted HTTP.
This commit is contained in:
SDS 2023-08-03 14:54:46 +02:00 committed by GitHub
parent f892931d44
commit 3da9438b63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
Remote-Link.cmd Normal file
View File

@ -0,0 +1,3 @@
@echo off
if not exist cloudflared.exe curl -Lo cloudflared.exe https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-windows-amd64.exe
cloudflared.exe tunnel --url localhost:8000