Initial commit: InfoUser Monitor with FastAPI, agent, Docker, JWT auth, notifications, filters and CSV export

This commit is contained in:
2026-07-16 11:53:51 +07:00
commit cf2727da2b
31 changed files with 1957 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"server_url": "http://127.0.0.1",
"agent_token": "agent-secret-token",
"interval_minutes": 60,
"send_public_ip": false
}