mirror of
https://github.com/SillyTavern/SillyTavern-Launcher.git
synced 2026-05-01 03:31:31 +00:00
Added Tailscale VPN installer and configuration
incremented to 24.1.5.0
This commit is contained in:
28
Launcher.bat
28
Launcher.bat
@@ -3160,6 +3160,7 @@ echo 4. Install yq
|
||||
echo 5. Install Visual Studio BuildTools
|
||||
echo 6. Install CUDA Toolkit
|
||||
echo 7. Install w64devkit
|
||||
echo 8. Install Tailscale (VPN to access SillyTavern remotely)
|
||||
echo %cyan_fg_strong% ______________________________________________________________%reset%
|
||||
echo %cyan_fg_strong%^| Menu Options: ^|%reset%
|
||||
echo 0. Back
|
||||
@@ -3266,6 +3267,19 @@ if "%app_installer_core_util_choice%"=="1" (
|
||||
pause
|
||||
goto :app_installer_core_utilities
|
||||
)
|
||||
) else if "%app_installer_core_util_choice%"=="8" (
|
||||
set "caller=app_installer_core_utilities"
|
||||
if exist "%app_installer_core_utilities_dir%\install_tailscale.bat" (
|
||||
call %app_installer_core_utilities_dir%\install_tailscale.bat
|
||||
goto :app_installer_core_utilities
|
||||
) else (
|
||||
echo [%DATE% %TIME%] ERROR: install_tailscale.bat not found in: %app_installer_core_utilities_dir% >> %logs_stl_console_path%
|
||||
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] install_tailscale.bat not found in: %app_installer_core_utilities_dir%%reset%
|
||||
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
|
||||
git pull
|
||||
pause
|
||||
goto :app_installer_core_utilities
|
||||
)
|
||||
) else if "%app_installer_core_util_choice%"=="0" (
|
||||
goto :app_installer
|
||||
) else (
|
||||
@@ -4065,6 +4079,7 @@ echo 1. Edit SillyTavern config.yaml
|
||||
echo %sslOption%
|
||||
echo 3. Edit Extras
|
||||
echo 4. Edit Environment Variables
|
||||
echo 5. View Tailscale configuration
|
||||
|
||||
echo %cyan_fg_strong% ____________________________________________________________________________________________%reset%
|
||||
echo %cyan_fg_strong%^| Menu Options: ^|%reset%
|
||||
@@ -4115,6 +4130,19 @@ if "%editor_core_utilities_choice%"=="1" (
|
||||
pause
|
||||
goto :editor_core_utilities
|
||||
)
|
||||
) else if "%editor_core_utilities_choice%"=="5" (
|
||||
set "caller=editor_core_utilities"
|
||||
if exist "%app_installer_core_utilities_dir%\config_tailscale.bat" (
|
||||
call %app_installer_core_utilities_dir%\config_tailscale.bat
|
||||
goto :editor_core_utilities
|
||||
) else (
|
||||
echo [%DATE% %TIME%] ERROR: config_tailscale.bat not found in: %app_installer_core_utilities_dir% >> %logs_stl_console_path%
|
||||
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] config_tailscale.bat not found in: %app_installer_core_utilities_dir%%reset%
|
||||
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
|
||||
git pull
|
||||
pause
|
||||
goto :editor_core_utilities
|
||||
)
|
||||
) else if "%editor_core_utilities_choice%"=="8" (
|
||||
goto :delete_st_ssl
|
||||
) else if "%editor_core_utilities_choice%"=="9" (
|
||||
|
||||
Reference in New Issue
Block a user