aboutsummaryrefslogtreecommitdiff
path: root/modules/services/nixos/ganyupload/README
diff options
context:
space:
mode:
Diffstat (limited to 'modules/services/nixos/ganyupload/README')
-rw-r--r--modules/services/nixos/ganyupload/README13
1 files changed, 13 insertions, 0 deletions
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.