From b56101f1a11552067f594679a497ebd4cf7427d4 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Sun, 20 Aug 2023 15:33:43 +0100 Subject: Initial commit --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..a72c0dc --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# scrapbook +A web service which accepts zipped websites and deploys them somewhere (i.e. +unzips them and shoves them into another directory). + +Might expand to serving said files as well, but for now it is intended to +drop files into directories served by other web servers, like nginx. + +Used in conjunction with my own [static site generator](https://github.com/LMBishop/panulat) +in a GitHub workflow. + +## Example + +``` +curl -X POST -u username:password -F content=@file.zip https://publish.example.com/:site/upload +``` -- cgit v1.2.3-70-g09d2