about summary refs log tree commit diff
path: root/nix/hosts/corrino
diff options
context:
space:
mode:
Diffstat (limited to 'nix/hosts/corrino')
-rw-r--r--nix/hosts/corrino/ports.nix21
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;
 }