This commit is contained in:
2025-10-26 10:52:27 +04:00
parent d48e25ce90
commit 8750e0af39
10 changed files with 482 additions and 193 deletions

View File

@@ -19,5 +19,8 @@ echo "Activating virtual environment..."
source .venv/bin/activate
echo "Installing dependencies..."
uv pip install wsgidav cheroot pyyaml
echo "Starting WebDAV server on port $PORT..."
PORT=8004
echo "Checking for process on port $PORT..."
lsof -ti:$PORT | xargs -r kill -9
echo "Starting WebDAV server..."
python server_webdav.py