1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Add PORTS.md

This commit is contained in:
RGBCube 2024-01-17 20:28:26 +03:00
parent 493e1052aa
commit c3110ced6c
No known key found for this signature in database

12
PORTS.md Normal file
View file

@ -0,0 +1,12 @@
# Internal & External Port Numbers
- 80 and 443 are standard HTTP ports. Let them be.
- Same for e-mail ports.
- 8000-8999 are internal web application ports.
- Every app topic must use 80N0-80N9.
- 9000 is the Prometheus port.
- Every exporter topic must use 90N0-90N9.
- For example, Node exporter can be on 9010.
Dovecot can be on 9020, Postfix can be on 9011,
and so on.
- Haven't decided on redis, kresd etc. ports yet.