diff options
author | Emile <git@emile.space> | 2024-03-26 10:30:12 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2024-03-26 10:32:37 +0100 |
commit | cb20d078360ec9235b9b3a78d7950ded1f601267 (patch) | |
tree | 52d5ab591c843d9a7e888369f8315410c86e2203 /nix/hosts/corrino/ports.nix | |
parent | dfed6d17ebc3494fc783b7a345b342d59e4e325a (diff) |
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!
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; +} |