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:
parent
f892931d44
commit
3da9438b63
|
@ -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
|
Loading…
Reference in New Issue