From 5b03ce2cc89e0ec18372c5721de5ec2bb55800d8 Mon Sep 17 00:00:00 2001 From: Zach Smith <33258732+zachsmith1@users.noreply.github.com> Date: Wed, 1 Apr 2026 10:33:40 -0700 Subject: [PATCH 1/2] Add Datum to DevTools section in README Added Datum to the list of DevTools in the README. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 872f62e..d004025 100644 --- a/readme.md +++ b/readme.md @@ -71,6 +71,7 @@ Projects & resources building with iroh! - [cross.stream](https://github.com/cablehead/xs) - Local-first event streaming for reactive workflows, with P2P sharing via Iroh. - [do-ssh](https://github.com/doEggi/do-ssh) - Tunnels an ssh-connection over iroh. +- [Datum](https://github.com/datum-cloud/app) - Expose local services to the internet - [Dumbpipe](https://github.com/n0-computer/dumbpipe) - Cross-device unix pipe. - [iroh-ssh](https://github.com/rustonbsd/iroh-ssh) - SSH to any machine without ip. - [iroh-ssh-android](https://github.com/futpib/iroh-ssh-android) - Android SSH client for hosts running iroh-ssh (and OpenSSH too). From eda57e7b06b9fdd24b08c6864b5af3147b1df376 Mon Sep 17 00:00:00 2001 From: Zach Smith <33258732+zachsmith1@users.noreply.github.com> Date: Fri, 3 Apr 2026 18:12:20 -0700 Subject: [PATCH 2/2] Fix punctuation in Datum entry in readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d004025..95ceebf 100644 --- a/readme.md +++ b/readme.md @@ -71,7 +71,7 @@ Projects & resources building with iroh! - [cross.stream](https://github.com/cablehead/xs) - Local-first event streaming for reactive workflows, with P2P sharing via Iroh. - [do-ssh](https://github.com/doEggi/do-ssh) - Tunnels an ssh-connection over iroh. -- [Datum](https://github.com/datum-cloud/app) - Expose local services to the internet +- [Datum](https://github.com/datum-cloud/app) - Expose local services to the internet. - [Dumbpipe](https://github.com/n0-computer/dumbpipe) - Cross-device unix pipe. - [iroh-ssh](https://github.com/rustonbsd/iroh-ssh) - SSH to any machine without ip. - [iroh-ssh-android](https://github.com/futpib/iroh-ssh-android) - Android SSH client for hosts running iroh-ssh (and OpenSSH too).