feat: 资产 CRUD API + 统计接口 + Vue3 管理前端(可选 API Key 鉴权)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# vps-manager 自动更新服务(oneshot,由 timer 触发)
|
||||
# 部署位置:/etc/systemd/system/vps-manager-update.service
|
||||
|
||||
[Unit]
|
||||
Description=Update vps-manager from Gitea
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/opt/vps-manager/deploy/update.sh
|
||||
Reference in New Issue
Block a user