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
|
||||
@@ -0,0 +1,13 @@
|
||||
# vps-manager 自动更新定时器(每 5 分钟检查一次)
|
||||
# 部署位置:/etc/systemd/system/vps-manager-update.timer
|
||||
|
||||
[Unit]
|
||||
Description=Periodic update check for vps-manager
|
||||
|
||||
[Timer]
|
||||
OnBootSec=2min
|
||||
OnUnitActiveSec=5min
|
||||
Unit=vps-manager-update.service
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Reference in New Issue
Block a user