Initial intranet dashboard app

This commit is contained in:
b17301
2026-04-07 15:15:15 +09:00
commit 27a29e8e4c
18 changed files with 7686 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
@echo off
setlocal
set SCRIPT_DIR=%~dp0
set PORT=%~1
if "%PORT%"=="" set PORT=8010
powershell -NoProfile -ExecutionPolicy Bypass -File "%SCRIPT_DIR%remove_windows_portproxy.ps1" -Port %PORT%
endlocal