mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Add PORTS.md
This commit is contained in:
parent
493e1052aa
commit
c3110ced6c
1 changed files with 12 additions and 0 deletions
12
PORTS.md
Normal file
12
PORTS.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue