feat: SFM event forwarding added. v0.3.0

This commit is contained in:
2026-05-19 04:31:35 +00:00
parent 4742ed92ba
commit ac8b58c193
10 changed files with 1947 additions and 28 deletions
+11 -1
View File
@@ -14,5 +14,15 @@
"log_retention_days": 30,
"update_source": "gitea",
"update_url": ""
"update_url": "",
"sfm_forward_enabled": false,
"sfm_url": "",
"sfm_forward_interval": 60,
"sfm_quiescence_seconds": 5,
"sfm_missing_report_grace_seconds": 60,
"sfm_http_timeout": 60,
"sfm_state_file": "",
"sfm_max_forwards_per_pass": 500,
"sfm_max_event_age_days": 365
}