feat: web app compagnon sur sliding_api - chat Narrator, plan, galerie, revision (C9)

This commit is contained in:
2026-07-12 20:41:18 +02:00
parent 549c322f2e
commit 42b0bf0713
9 changed files with 599 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
cd /volume1/homes/Master/App/Sliding/python-pptx
pkill -f "uvicorn webapp_sliding:app" 2>/dev/null; fuser -k 8769/tcp 2>/dev/null
sleep 2
source venv/bin/activate
uvicorn webapp_sliding:app --host 127.0.0.1 --port 8769 >> /volume1/homes/Master/App/Sliding/python-pptx/webapp.log 2>&1 &
echo $! > /volume1/homes/Master/App/Sliding/python-pptx/webapp.pid