1
0
forked from Eeveid/lightOps

实现 LightOps 运维面板基础功能

This commit is contained in:
2026-05-25 01:13:03 +08:00
commit d3bb9f45a6
84 changed files with 23505 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
INSERT OR IGNORE INTO settings(key, value) VALUES
('apps.health_check_enabled', 'true'),
('apps.health_alert_enabled', 'true'),
('apps.health_check_interval_seconds', '300'),
('apps.health_check_batch_size', '20'),
('apps.health_check_timeout_seconds', '5'),
('updates.repo_dir', '.'),
('updates.branch', 'main'),
('updates.script_path', 'scripts/update-from-git.sh');