feat: 平台预设字典+凭证加密+分库备份+Agent采集+移动端优先前端重做

This commit is contained in:
gouki
2026-08-01 23:10:31 +00:00
parent 1dac5d8735
commit e672086b67
31 changed files with 1792 additions and 421 deletions
+13
View File
@@ -0,0 +1,13 @@
# VPS Agent 服务(oneshot,由 timer 触发)
# 部署位置:/etc/systemd/system/vps-agent.service
# 需先部署 collector.py + reporter.py 到 /opt/vps-agent/,并配置 /etc/vps-agent.env
[Unit]
Description=VPS Manager Agent (collect & report)
After=network-online.target
Wants=network-online.target
[Service]
Type=oneshot
EnvironmentFile=-/etc/vps-agent.env
ExecStart=/usr/bin/python3 /opt/vps-agent/reporter.py