feat: 资产 CRUD API + 统计接口 + Vue3 管理前端(可选 API Key 鉴权)

This commit is contained in:
gouki
2026-08-01 15:39:13 +00:00
parent e29154518b
commit 1dac5d8735
20 changed files with 1105 additions and 3 deletions
+11
View File
@@ -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