From cf2752d8079ce808b6cb3f8fdf760690fdcb20e6 Mon Sep 17 00:00:00 2001 From: Nazim Date: Thu, 19 Mar 2026 14:41:23 +0000 Subject: [PATCH] docs: remove Port Convention and Author sections from README --- README.md | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/README.md b/README.md index 3dbafd2..638a4c6 100644 --- a/README.md +++ b/README.md @@ -172,26 +172,3 @@ journalctl -u argus -f # View logs ## License MIT - -## Author - -Zeus @ Olymp - -## Port Convention - -For multi-agent deployments, use this formula: - -``` -ARGUS_PORT = 8100 + (UID mod 100) * 10 -``` - -| Agent | UID | Dashboard | Datasette | -|--------|------|-----------|-----------| -| Zeus | 0 | 8100 | 8101 | -| Doxios | 1002 | 8120 | 8121 | -| Hermes | 1003 | 8130 | 8131 | - -Set in systemd service or environment: -```bash -Environment=ARGUS_PORT=8130 -```