From 9c9a49a855951662da62bcdec45f69ddc0099e5c Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Wed, 29 Apr 2026 15:20:57 -0500 Subject: changes --- modules/services/nixos/ganyupload/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 modules/services/nixos/ganyupload/README (limited to 'modules/services/nixos/ganyupload/README') diff --git a/modules/services/nixos/ganyupload/README b/modules/services/nixos/ganyupload/README new file mode 100644 index 0000000..ac9a50d --- /dev/null +++ b/modules/services/nixos/ganyupload/README @@ -0,0 +1,13 @@ +Ganyupload - File Upload Service + +Upload files using curl with a PUT request: + + curl -X PUT --data-binary @myfile.txt https://upld.williamsfam.us.com/myfile.txt + +The server will respond with "ok" on success. + +You can use any path you want: + + curl -X PUT --data-binary @document.pdf https://upld.williamsfam.us.com/docs/document.pdf + +Nested directories will be created automatically. -- cgit v1.3.1