LMBishop / scrapbook

A service which accepts website packages and deploys them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 in a GitHub workflow.

Example

curl -X POST -u username:password -F content=@file.zip https://publish.example.com/:site/upload

About

A service which accepts website packages and deploys them.


Languages

Language:TypeScript 88.9%Language:Dockerfile 11.1%