about summary refs log tree commit diff
path: root/nix/hosts/corrino/ports.nix
blob: 1f1719654b4b8fe3c74cccef854e18f1ad277c5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
	# 19xx
	stream_rtmp = 1935;
	
	# 20xx
	initrd_ssh = 2222;
	photo = 2342;

	# 30xx
	git = 3000;
	hydra = 3001;
	grafana = 3002;
	md = 3003;

	# 34xx
	# cs = 3463;

	# 40xx
	events = 4000;

	# 54xx
	pgweb = 5432;

	# 80xx
	stream = 8080;
	netbox = 8001;
	# 8002
	# 8003
	jupyter = 8004;

	# 83xx
	ctf = 8338;
	magic-hash = 8339;

	tickets= 8349;
	talks = 8350;

	# 90xx
	authelia = 9091;
	prometheus_node_exporter = 9002;
	prometheus = 9003;
	loki = 9004;
	promtail = 9005;
	gitDaemon = 9418;
}