Загрузить файлы в «/»

This commit is contained in:
2026-03-22 13:41:11 +00:00
commit bd0e751070
5 changed files with 323 additions and 0 deletions

5
install.sh Normal file
View File

@@ -0,0 +1,5 @@
pip install -r requirements.txt
sudo apt install -y ffmpeg
nano .env
uvicorn app:app --host 0.0.0.0 --port 5000 --workers 4 --loop asyncio
sudo nano /etc/systemd/system/ytplayer.service