chore(infra): enable health-monitor on VPS

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Quinn Ftw 2025-12-28 01:30:22 -08:00
parent 74373e08a2
commit 086638287b
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
{
"major": 0,
"merges": 0,
"builds": 17,
"version": "0.0.17",
"builds": 18,
"version": "0.0.18",
"lastMerge": null,
"lastBuild": "2025-12-27T23:40:46-08:00"
"lastBuild": "2025-12-28T01:30:23-08:00"
}

View file

@ -14,7 +14,7 @@ SERVICES=(
"host-agent:enabled"
"socks5-tunnel:disabled"
"wireguard-client:disabled"
"health-monitor:disabled"
"health-monitor:enabled"
"nginx-whitelist:target"
"nginx-config-sync:enabled"
"status-dashboard:enabled"