docs: remove Port Convention and Author sections from README

This commit is contained in:
Nazim 2026-03-19 14:41:23 +00:00
parent 09f04ea60b
commit cf2752d807

View file

@ -172,26 +172,3 @@ journalctl -u argus -f # View logs
## License ## License
MIT 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
```