diff options
Diffstat (limited to 'nix/hosts/corrino/ports.nix')
-rw-r--r-- | nix/hosts/corrino/ports.nix | 45 |
1 files changed, 45 insertions, 0 deletions
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; +} |