From 28659103ec8b89410119e5b9cb224b137213a7f4 Mon Sep 17 00:00:00 2001
From: Emile <git@emile.space>
Date: Sun, 21 Jul 2024 17:49:52 +0200
Subject: defined quite a few ports

---
 nix/hosts/corrino/ports.nix | 21 +++++++++++++++++++--
 1 file changed, 19 insertions(+), 2 deletions(-)

(limited to 'nix/hosts')

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;
 }
-- 
cgit 1.4.1