From 4798157de9c97dd2d7d111f6c2e86591e7fd69e7 Mon Sep 17 00:00:00 2001 From: Nick Yeoman Date: Tue, 17 Mar 2026 19:45:59 -0700 Subject: [PATCH] dockhand start mods --- {dockhand => dockhand_notes}/README.md | 2 +- {dockhand => dockhand_notes}/docker-compose.yml | 0 {dockhand => dockhand_notes}/sample.env | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {dockhand => dockhand_notes}/README.md (91%) rename {dockhand => dockhand_notes}/docker-compose.yml (100%) rename {dockhand => dockhand_notes}/sample.env (100%) diff --git a/dockhand/README.md b/dockhand_notes/README.md similarity index 91% rename from dockhand/README.md rename to dockhand_notes/README.md index 47eb309..a75ec25 100644 --- a/dockhand/README.md +++ b/dockhand_notes/README.md @@ -43,7 +43,7 @@ This is how I got it working on ansible (roughly): ## NTFY Notifications -With authentication can be tricky, do it like this, where TOKEN is your token from NTFY: +NTFY with authentication can be tricky, here is a working example where TOKEN is your token from NTFY: ``` ntfys://TOKEN@ntfy.nickyeoman.com/dockhand ``` diff --git a/dockhand/docker-compose.yml b/dockhand_notes/docker-compose.yml similarity index 100% rename from dockhand/docker-compose.yml rename to dockhand_notes/docker-compose.yml diff --git a/dockhand/sample.env b/dockhand_notes/sample.env similarity index 100% rename from dockhand/sample.env rename to dockhand_notes/sample.env