mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
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:
3
Remote-Link.cmd
Normal file
3
Remote-Link.cmd
Normal 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
|
Reference in New Issue
Block a user