From cb20d078360ec9235b9b3a78d7950ded1f601267 Mon Sep 17 00:00:00 2001 From: Emile Date: Tue, 26 Mar 2024 10:30:12 +0100 Subject: ports.nix file containing the used ports in a central location Done and deployed in the 15min train ride to the office, quick and easy! --- nix/hosts/corrino/ports.nix | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 nix/hosts/corrino/ports.nix (limited to 'nix/hosts/corrino/ports.nix') diff --git a/nix/hosts/corrino/ports.nix b/nix/hosts/corrino/ports.nix new file mode 100644 index 0000000..dc2225c --- /dev/null +++ b/nix/hosts/corrino/ports.nix @@ -0,0 +1,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; +} -- cgit 1.4.1