1# Ports 2 3This section mainly focuses on our existing port definition stuff. 4We try to not use ports as much and to use unix sockets, but sometimes it's just not possible. 5 6Note: most of this document focuses on koumakan. 7 8## Defined port ranges 9 10- `20xxx`: Prometheus/Metrics 11 - `2009x`: core metrics, node metrics 12 - `201xx`: service metrics 13 - `21000`: VMAuth (special case as this is not strictly metrics but a proxy) 14<!-- note: grafana uses unix sockets instead. --> 15 16- `3xxxx`: Service ports 17 - `34723`: miniflux 18 - `35xxx`: exposed docker container ports