initial state: muzick music player + recommendation engine

This commit is contained in:
kami
2026-07-14 01:35:52 +04:00
commit 737bf19fd1
196 changed files with 32431 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[Unit]
Description=Muzick Music Player
After=network.target
[Service]
Type=simple
User=kami
WorkingDirectory=/home/kami/apps/muzick/backend
Environment=MUZICK_PROXY=socks5://127.0.0.1:10808
ExecStart=/home/kami/apps/muzick/backend/venv/bin/uvicorn main:app --host 0.0.0.0 --port 5213
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target