about summary refs log tree commit diff
path: root/nix/hosts/corrino/ports.nix
blob: 328d12a5105ce9626c964e03f1e1a82ab3411fac (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
{
	ports.emile = {
		stream_rtmp = 1935;
		initrd_ssh = 2222;
		photo = 2342;
		git = 3000;
		hydra = 3001;
		grafana = 3002;
		md = 3003;
		gotosocial = 3004;
		stream = 8080;
		netbox = 8001;
		restic = 8002;
		ctf = 8338;
		magic-hash = 8339;
		tickets = 8349;
		talks = 8350;
		authelia = 9091;
		prometheus = 9003;
		gitDaemon = 9418;
		prometheus_node_exporter = 9002;
		prometheus_systemd_exporter = 9558;
		prometheus_smartctl_exporter = 9633;
	};
}