diff options
author | Emile <git@emile.space> | 2024-07-21 17:49:52 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-07-21 17:49:52 +0200 |
commit | 28659103ec8b89410119e5b9cb224b137213a7f4 (patch) | |
tree | 01cb2b914b45d8855b800453329481a49e4fbd24 /nix/hosts/corrino/ports.nix | |
parent | 16ca088c2a601ef78e43024b3e6050e1fc86b0b0 (diff) |
defined quite a few ports
Diffstat (limited to 'nix/hosts/corrino/ports.nix')
-rw-r--r-- | nix/hosts/corrino/ports.nix | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/nix/hosts/corrino/ports.nix b/nix/hosts/corrino/ports.nix index 1f17196..e00cf22 100644 --- a/nix/hosts/corrino/ports.nix +++ b/nix/hosts/corrino/ports.nix @@ -11,20 +11,35 @@ hydra = 3001; grafana = 3002; md = 3003; + gotosocial = 3004; + + sftpgo = { + webdav = 3304; + httpd = 3305; + metrics = 3306; + }; # 34xx # cs = 3463; # 40xx events = 4000; + seafile = 4001; # 54xx pgweb = 5432; + garage = { + rpcPort = 4101; + apiPort = 4102; + webPort = 4103; + adminPort = 4104; + }; + # 80xx stream = 8080; netbox = 8001; - # 8002 + restic = 8002; # 8003 jupyter = 8004; @@ -32,7 +47,7 @@ ctf = 8338; magic-hash = 8339; - tickets= 8349; + tickets = 8349; talks = 8350; # 90xx @@ -42,4 +57,6 @@ loki = 9004; promtail = 9005; gitDaemon = 9418; + prometheus_systemd_exporter = 9558; + prometheus_smartctl_exporter = 9633; } |