docs: remove Port Convention and Author sections from README
This commit is contained in:
parent
09f04ea60b
commit
cf2752d807
1 changed files with 0 additions and 23 deletions
23
README.md
23
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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue