apt update && apt install -y git nodejs npm curl ffmpeg
git clone https://github.com/alexta69/metube.git
cd ~/metube/ui && npm install && node_modules/.bin/ng build
cd ~/metube && curl -LsSf https://astral.sh/uv/install.sh | sh && uv sync
設定環境變數
echo 'source $HOME/.local/bin/env' >> ~/.bashrc && source ~/.bashrc
uv run python3 app/main.py
nano /etc/systemd/system/metube.service
服務檔內容
[Unit] Description=MeTube [Service] Type=simple WorkingDirectory=/root/metube ExecStart=/root/.local/bin/uv run python3 app/main.py Restart=always User=root [Install] WantedBy=multi-user.target
啟動服務
systemctl daemon-reload && systemctl enable metube.service && systemctl start metube.service
Deleting the wiki page "Service:MeTube" cannot be undone. Continue?